summary refs log tree commit diff
path: root/ui.c
AgeCommit message (Expand)Author
2022-07-28Use tiparm on to_status_lineJune McEnroe
2022-02-20Save input buffer contentsJune McEnroe
2022-02-19Remove unneeded includes in ui.cJune McEnroe
2022-02-19Factor out input handling to input.cJune McEnroe
2022-02-19Factor out window management to window.cJune McEnroe
2022-02-18Implement new line editing "library"June McEnroe
2022-02-18Simplify cursor positioning in inputJune McEnroe
2022-02-03Add M-s to (temporarily) reveal spoiler textJune McEnroe
2022-02-03Add C-z s to set spoiler textJune McEnroe
2021-10-28Parse IRC formatting in timestamp stringC. McEnroe
2021-08-09Fix missing include for flock(2)C. McEnroe
2021-07-20Don't apply uiThreshold to Network and DebugC. McEnroe
2021-07-20Add -q/quiet option to raise default message visibility thresholdKlemens Nanni
2021-07-13FreeBSD: Avoid caph_stream_rights(3)C. McEnroe
2021-06-28FreeBSD: Use capsicum_helpers.hC. McEnroe
2021-06-25FreeBSD: Limit rights on save fileC. McEnroe
2021-06-21Open save file with CLOEXECC. McEnroe
2021-06-13/exec without controlling terminalKlemens Nanni
2021-06-11Fix unknown file signature errorC. McEnroe
2021-06-11Exclusively lock save fileC. McEnroe
2021-06-11Open save file with "a+"C. McEnroe
2021-06-11Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni
2021-06-11Rename file to saveFileKlemens Nanni
2021-06-09Replace catf with seprintfC. McEnroe
2021-06-05Avoid writing past the end of the status barMichael Forney
2021-05-28List windows with /window 1.8C. McEnroe
2021-03-17Add C-z keys for directly inserting most color codesC. McEnroe
2021-03-17Reset style after newline in inputC. McEnroe
2021-03-17Show where too-long-messages will be automatically splitC. McEnroe
2021-03-07Add bindings for C-Left and C-RightC. McEnroe
2021-03-02Add all window names to global completionC. McEnroe
2021-02-27Add workaround for lack of A_ITALIC in old ncursesC. McEnroe
2021-02-15Add C-z p to manually toggle paste modeC. McEnroe
2021-02-15Refactor Focus and Paste mode stringsC. McEnroe
2021-02-03Add C-z C-v for literal nextC. McEnroe
2021-01-31Also skip marking swap windowC. McEnroe
2021-01-29Actually scroll to first line for "scroll to top"C. McEnroe
2021-01-29Only skip setting swap in windowShowC. McEnroe
2021-01-28Move threshold and mute indicators directly after numberC. McEnroe
2021-01-27Save window time display toggleC. McEnroe
2021-01-27Measure timestamp width using ncursesC. McEnroe
2021-01-27Change default timestamp format to %XC. McEnroe
2021-01-27Add toggleable display of timestampsC. McEnroe
2021-01-26Only list up until scroll position with M-lC. McEnroe
2021-01-26Preserve scroll position across reflowsC. McEnroe
2021-01-26Rename and move scroll functions closer to where they are usedC. McEnroe
2021-01-26Factor out windowReflowC. McEnroe
2021-01-25Disable notify in restricted modeC. McEnroe
2021-01-25Don't print timestamps for blank lines in bufferListC. McEnroe
2021-01-21Simplify windowUpdate loops and factor out windowTopC. McEnroe