about summary refs log tree commit diff
path: root/ui.c (follow)
Commit message (Expand)AuthorAge
* Add C-u and move underline to C-_June McEnroe2019-10-03
* Add /move commandJune McEnroe2019-02-27
* Add M-/ to switch to previously active windowJune McEnroe2019-02-26
* Move nick and tag coloring to color.cJune McEnroe2019-02-25
* Add M-l to list the logJune McEnroe2019-02-25
* Update tag colorsJune McEnroe2019-02-25
* Add color to tagsJune McEnroe2019-02-25
* Add M-a to switch to hot or unread windowJune McEnroe2019-02-25
* Refactor uiReadJune McEnroe2019-02-25
* Scroll by full pages with PageUp/PageDownJune McEnroe2019-02-24
* Add C-n and C-p key bindings to switch windowsJune McEnroe2019-02-23
* Call def_prog_mode after termNoFlowJune McEnroe2019-02-23
* Move IRC formatting reset to C-sJune McEnroe2019-02-22
* Disable terminal flow controlJune McEnroe2019-02-22
* Bind up and down arrows to scrollJune McEnroe2019-02-22
* Remove topic TODOJune McEnroe2019-02-22
* Update status line after scrolling and term eventsJune McEnroe2019-02-22
* Reorganize UI code for the umpteenth timeJune McEnroe2019-02-22
* Replace "view" with "window"June McEnroe2019-02-21
* Remove ROT13June McEnroe2019-02-21
* Avoid unused variable warnings with getyxJune McEnroe2019-01-25
* Add M-? to apply ROT13June McEnroe2018-12-16
* Underline own nickJune McEnroe2018-12-15
* Add uint typedefJune McEnroe2018-12-08
* Rename verbose to rawJune McEnroe2018-12-05
* Revert half-working reconnecting stuffJune McEnroe2018-12-04
* Call uiShow at init so that TermFocus gets setJune McEnroe2018-12-03
* Fix UI resume on /urlJune McEnroe2018-12-02
* Crudely handle reconnecting after suspendJune McEnroe2018-12-01
* Show unread count in term titleJune McEnroe2018-11-29
* Add M-m key to insert a blank lineJune McEnroe2018-11-27
* Add notification with notify-sendJune McEnroe2018-10-28
* Rework status lineJune McEnroe2018-10-22
* Factor out uiPrompt to call on nick changeJune McEnroe2018-09-14
* Check width of entire next word including codesJune McEnroe2018-09-14
* Remove word handling from formatParseJune McEnroe2018-09-14
* Preview with nick in input windowJune McEnroe2018-09-13
* Avoid uninitialized x in uiReadJune McEnroe2018-09-13
* Add IRCDefault to colors enumJune McEnroe2018-09-13
* Rewrite UI againJune McEnroe2018-09-13
* Use formatParse split to position input cursorJune McEnroe2018-09-12
* Factor out IRC formatting parsingJune McEnroe2018-09-12
* Preserve scroll position when new lines appearJune McEnroe2018-09-05
* Use PascalCase for constantsJune McEnroe2018-09-02
* Add status indicatorsJune McEnroe2018-09-02
* Mark views when they are createdJune McEnroe2018-09-02
* Avoid unportable iswascii(3)June McEnroe2018-08-20
* Add UI "heat" for status/messages/pingsJune McEnroe2018-08-17
* Set title to tag nameJune McEnroe2018-08-13
* Add /query, /part and /closeJune McEnroe2018-08-13