Use tiparm on to_status_line
According to terminfo(5), tsl takes a single parameter! Never seen it happen, but this is technically more correct, I guess.
Dieser Commit ist enthalten in:
Ursprung
4aaa2050e2
Commit
563ac9e3bf
2
ui.c
2
ui.c
@ -157,7 +157,7 @@ void uiDraw(void) {
|
||||
if (!to_status_line) return;
|
||||
if (!strcmp(uiTitle, prevTitle)) return;
|
||||
strcpy(prevTitle, uiTitle);
|
||||
putp(to_status_line);
|
||||
putp(tiparm(to_status_line, 0));
|
||||
putp(uiTitle);
|
||||
putp(from_status_line);
|
||||
fflush(stdout);
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren