Remove topic TODO

I played around with it and it doesn't look right unless there is only
one channel listed in the status.
weechat-hashes
Curtis McEnroe 2019-02-22 17:44:39 -05:00
parent 8bdd1578c7
commit 2faa73abd6
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 0 additions and 1 deletions

1
ui.c
View File

@ -343,7 +343,6 @@ static void uiStatus(void) {
addWrap(ui.status, str);
free(str);
}
// TODO: Put active window's topic in the rest of the status area.
wclrtoeol(ui.status);
}