From bd48cb5e7df0820a72de27e156426f20e7233e78 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 6 Sep 2018 00:41:06 -0400 Subject: Move event loop to event.c --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index be2c84b..9c86694 100644 --- a/README +++ b/README @@ -3,7 +3,8 @@ IRC client originally intended for use over anonymous SSH. This software requires LibreSSL and targets FreeBSD and Darwin. chat.h Shared state and function prototypes - chat.c Command line parsing and event loop + chat.c Command line parsing + event.c Event loop and process spawning tag.c Tag (channel, query) ID assignment handle.c Incoming command handling input.c Input command handling -- cgit 1.4.0 ype='submit' value='switch'/> dontfiles
summary refs log tree commit diff
path: root/bin/cash/arith_yacc.h (unfollow)
Commit message (Expand)Author
2019-01-11Set default ENV to ~/.config/cash/cashrcJune McEnroe
2019-01-11Add "blank" lines to cash.1June McEnroe
2019-01-10Document RPS1 and RPS2June McEnroe
2019-01-10Add cash install and uninstall targetsJune McEnroe
2019-01-10Fix header dependencies in cash MakefileJune McEnroe
2019-01-10Clean up cash MakefileJune McEnroe
2019-01-10Reference cash-specific builtin man pagesJune McEnroe
2019-01-10Create cash-printf.1June McEnroe
2019-01-10Create cash-test.1June McEnroe
2019-01-10Create cash-kill.1June McEnroe
2019-01-10Create cash.1June McEnroe'>2019-01-13Shorten $HOME to ~ in prompt expansionJune McEnroe
2019-01-13Document PSlitJune McEnroe
2019-01-13Document PS0June McEnroe
2019-01-13Set PS0 in cashJune McEnroe
2019-01-13Add PS0June McEnroe
2019-01-13Change default ENV from cashrc to env.shJune McEnroe
2019-01-13Use colours in cash promptsJune McEnroe
2019-01-12Set PSlit like NetBSD shJune McEnroe
2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe
2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe
2019-01-12Restore cash builtin man page datesJune McEnroe
2019-01-12Use local libeditJune McEnroe
2019-01-12Replace libedit MakefileJune McEnroe
2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe
2019-01-11Add PSlit for prompt escapesJune McEnroe
2019-01-11Don't make depend automaticallyJune McEnroe