From fe5fd897052abd1909d1536056936a0417666459 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 7 Feb 2020 21:30:25 -0500 Subject: Populate completion with commands --- chat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.c') diff --git a/chat.c b/chat.c index c487722..91da6e3 100644 --- a/chat.c +++ b/chat.c @@ -110,6 +110,7 @@ int main(int argc, char *argv[]) { set(&self.network, host); set(&self.chanTypes, "#&"); set(&self.prefixes, "@+"); + commandComplete(); FILE *certFile = NULL; FILE *privFile = NULL; -- cgit 1.4.0 1179311273f2'/> test repo for cgit patches
about summary refs log tree commit diff
path: root/README.7 (unfollow)
Commit message (Expand)Author
2021-01-21Document that M-l shows timestampsJune McEnroe
2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien
2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe
2021-01-18Add example tmux(1) configKlemens Nanni
2021-01-17Use Warm heat for blank linesJune McEnroe
2021-01-16Add -I highlight option and /highlightJune McEnroe