summary refs log tree commit diff
path: root/ui.c
AgeCommit message (Expand)Author
2019-02-25Move nick and tag coloring to color.cCurtis McEnroe
2019-02-25Add M-l to list the logCurtis McEnroe
2019-02-25Update tag colorsCurtis McEnroe
2019-02-25Add color to tagsCurtis McEnroe
2019-02-25Add M-a to switch to hot or unread windowCurtis McEnroe
2019-02-25Refactor uiReadCurtis McEnroe
2019-02-24Scroll by full pages with PageUp/PageDownCurtis McEnroe
2019-02-23Add C-n and C-p key bindings to switch windowsCurtis McEnroe
2019-02-23Call def_prog_mode after termNoFlowCurtis McEnroe
2019-02-22Move IRC formatting reset to C-sCurtis McEnroe
2019-02-22Disable terminal flow controlCurtis McEnroe
2019-02-22Bind up and down arrows to scrollCurtis McEnroe
2019-02-22Remove topic TODOCurtis McEnroe
2019-02-22Update status line after scrolling and term eventsCurtis McEnroe
2019-02-22Reorganize UI code for the umpteenth timeCurtis McEnroe
2019-02-21Replace "view" with "window"Curtis McEnroe
2019-02-21Remove ROT13Curtis McEnroe
2019-01-25Avoid unused variable warnings with getyxCurtis McEnroe
2018-12-16Add M-? to apply ROT13Curtis McEnroe
2018-12-15Underline own nickCurtis McEnroe
2018-12-08Add uint typedefCurtis McEnroe
2018-12-05Rename verbose to rawCurtis McEnroe
2018-12-04Revert half-working reconnecting stuffCurtis McEnroe
2018-12-03Call uiShow at init so that TermFocus gets setCurtis McEnroe
2018-12-02Fix UI resume on /urlCurtis McEnroe
2018-12-01Crudely handle reconnecting after suspendCurtis McEnroe
2018-11-29Show unread count in term titleCurtis McEnroe
2018-11-27Add M-m key to insert a blank lineCurtis McEnroe
2018-10-28Add notification with notify-sendCurtis McEnroe
2018-10-22Rework status lineCurtis McEnroe
2018-09-14Factor out uiPrompt to call on nick changeCurtis McEnroe
2018-09-14Check width of entire next word including codesCurtis McEnroe
2018-09-14Remove word handling from formatParseCurtis McEnroe
2018-09-13Preview with nick in input windowCurtis McEnroe
2018-09-13Avoid uninitialized x in uiReadCurtis McEnroe
2018-09-13Add IRCDefault to colors enumCurtis McEnroe
2018-09-13Rewrite UI againCurtis McEnroe
2018-09-12Use formatParse split to position input cursorCurtis McEnroe
2018-09-12Factor out IRC formatting parsingCurtis McEnroe
2018-09-05Preserve scroll position when new lines appearCurtis McEnroe
2018-09-02Use PascalCase for constantsCurtis McEnroe
2018-09-02Add status indicatorsCurtis McEnroe
2018-09-02Mark views when they are createdCurtis McEnroe
2018-08-20Avoid unportable iswascii(3)Curtis McEnroe
2018-08-17Add UI "heat" for status/messages/pingsCurtis McEnroe
2018-08-13Set title to tag nameCurtis McEnroe
2018-08-13Add /query, /part and /closeCurtis McEnroe
2018-08-12Avoid setting mark if switching to the same viewCurtis McEnroe
2018-08-12Disable focus tracking in uiHideCurtis McEnroe
2018-08-11Add shift-{left,right} for single-line scrollingCurtis McEnroe