summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-22 17:44:39 -0500
committerJune McEnroe <june@causal.agency>2019-02-22 17:44:39 -0500
commit2faa73abd63d3373ba12e59427d948720188bfbf (patch)
tree3ca9ba98fc1d672c8d48ffb43e42d99df6bd3d56 /ui.c
parentAdd /znc command (diff)
downloadcatgirl-2faa73abd63d3373ba12e59427d948720188bfbf.tar.gz
catgirl-2faa73abd63d3373ba12e59427d948720188bfbf.zip
Remove topic TODO
I played around with it and it doesn't look right unless there is only
one channel listed in the status.
Diffstat (limited to '')
-rw-r--r--ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index c387a2d..62a992e 100644
--- a/ui.c
+++ b/ui.c
@@ -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);
 }