Use tparm, not tiparm
tiparm is either really new or just doesn't exist everywhere?weechat-hashes
parent
c273621244
commit
b5bd702c3c
2
ui.c
2
ui.c
|
@ -157,7 +157,7 @@ void uiDraw(void) {
|
||||||
if (!to_status_line) return;
|
if (!to_status_line) return;
|
||||||
if (!strcmp(uiTitle, prevTitle)) return;
|
if (!strcmp(uiTitle, prevTitle)) return;
|
||||||
strcpy(prevTitle, uiTitle);
|
strcpy(prevTitle, uiTitle);
|
||||||
putp(tiparm(to_status_line, 0));
|
putp(tparm(to_status_line, 0));
|
||||||
putp(uiTitle);
|
putp(uiTitle);
|
||||||
putp(from_status_line);
|
putp(from_status_line);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
Loading…
Reference in New Issue