about summary refs log tree commit diff
path: root/input.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-29 18:20:24 -0500
committerJune McEnroe <june@causal.agency>2018-11-29 18:20:24 -0500
commitd7659376d16380d862fe5b6b8a886a9115a0f2cf (patch)
treeba708ddc4ca14943a470b874fcc05181fbf21c93 /input.c
parentShow unread count in term title (diff)
downloadcatgirl-d7659376d16380d862fe5b6b8a886a9115a0f2cf.tar.gz
catgirl-d7659376d16380d862fe5b6b8a886a9115a0f2cf.zip
Add basic log replay
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.c b/input.c
index 85c240f..ffd0d10 100644
--- a/input.c
+++ b/input.c
@@ -80,6 +80,7 @@ static void inputQuery(struct Tag tag, char *params) {
 	if (!nick) return;
 	tabTouch(TagNone, nick);
 	uiViewTag(tagFor(nick));
+	logReplay(tagFor(nick));
 }
 
 static void inputWho(struct Tag tag, char *params) {