about summary refs log tree commit diff
path: root/irc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-31 15:33:41 -0500
committerJune McEnroe <june@causal.agency>2021-01-31 15:33:41 -0500
commit32bf43660fabe2478cd3d5e7993e7cc4fbb3e3eb (patch)
tree28b5ef49a1122c837b788d2f33d636d0b506aec6 /irc.c
parentActually scroll to first line for "scroll to top" (diff)
downloadtest-32bf43660fabe2478cd3d5e7993e7cc4fbb3e3eb.tar.gz
test-32bf43660fabe2478cd3d5e7993e7cc4fbb3e3eb.zip
Also skip marking swap window
Third time's the charm?
Diffstat (limited to 'irc.c')
0 files changed, 0 insertions, 0 deletions
commit/client.c?h=2.1&id=19cafa40a1ad37bf95d2b2464d203f2792449d48&follow=1'>Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe