summary refs log tree commit diff
path: root/event.c (follow)
Commit message (Collapse)AuthorAge
* Show status window while connectingJune McEnroe2019-02-22
|
* Draw UI before connectingJune McEnroe2019-01-26
| | | | Otherwise the "Traveling" message isn't visible while connecting.
* Factor out ircQuitJune McEnroe2018-12-14
|
* Show error if disconnected unintentionallyJune McEnroe2018-12-04
|
* Send only SIGHUP in sandmanJune McEnroe2018-12-04
|
* Revert half-working reconnecting stuffJune McEnroe2018-12-04
|
* Crudely handle reconnecting after suspendJune McEnroe2018-12-01
|
* Handle signals consistently in the event loopJune McEnroe2018-11-30
|
* Separate ircConnect and ircDisconnectJune McEnroe2018-11-30
|
* Use const char *argv[] signaturesJune McEnroe2018-10-28
| | | | C is really weird about this stuff, but this makes more sense to me.
* Add /man commandJune McEnroe2018-09-10
|
* Move event loop to event.cJune McEnroe2018-09-06
put.c?h=1.0&id=2c07d5041540239fb6fe25af7748aa463a98ed6e&follow=1'>Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe