From 7ea54828a61f3a3bd96050e5cbd67c9d943bae31 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 3 Dec 2018 15:52:04 -0500 Subject: Call uiShow at init so that TermFocus gets set --- chat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'chat.c') diff --git a/chat.c b/chat.c index 388a3ca..fede433 100644 --- a/chat.c +++ b/chat.c @@ -75,7 +75,6 @@ int main(int argc, char *argv[]) { inputTab(); uiInit(); - uiDraw(); ircInit(); eventLoop(); } -- cgit 1.4.1 'id' value='6f35229b87e64472805ba83e70bac5d8f90cb3e0'/> dontfiles
summary refs log tree commit diff
path: root/doc/zlib (unfollow)
Commit message (Expand)Author
2 daysPut lens and (future) film at the tops of photo pagesJune McEnroe
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe