about summary refs log tree commit diff
path: root/ui.c (follow)
Commit message (Expand)AuthorAge
* Be specific about which file is at an unexpected endJune McEnroe2024-01-29
* Use tparm, not tiparmJune McEnroe2022-08-17
* Update copyrights, authorsJune McEnroe2022-07-30
* Use tiparm on to_status_lineJune McEnroe2022-07-28
* Save input buffer contentsJune McEnroe2022-02-20
* Remove unneeded includes in ui.cJune McEnroe2022-02-19
* Factor out input handling to input.cJune McEnroe2022-02-19
* Factor out window management to window.cJune McEnroe2022-02-19
* Implement new line editing "library"June McEnroe2022-02-18
* Simplify cursor positioning in inputJune McEnroe2022-02-18
* Add M-s to (temporarily) reveal spoiler textJune McEnroe2022-02-03
* Add C-z s to set spoiler textJune McEnroe2022-02-03
* Parse IRC formatting in timestamp stringJune McEnroe2021-10-28
* Fix missing include for flock(2)June McEnroe2021-08-09
* Don't apply uiThreshold to Network and DebugJune McEnroe2021-07-20
* Add -q/quiet option to raise default message visibility thresholdKlemens Nanni2021-07-20
* FreeBSD: Avoid caph_stream_rights(3)June McEnroe2021-07-13
* FreeBSD: Use capsicum_helpers.hJune McEnroe2021-06-28
* FreeBSD: Limit rights on save fileJune McEnroe2021-06-25
* Open save file with CLOEXECJune McEnroe2021-06-21
* /exec without controlling terminalKlemens Nanni2021-06-13
* Fix unknown file signature errorJune McEnroe2021-06-11
* Exclusively lock save fileJune McEnroe2021-06-11
* Open save file with "a+"June McEnroe2021-06-11
* Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni2021-06-11
* Rename file to saveFileKlemens Nanni2021-06-11
* Replace catf with seprintfJune McEnroe2021-06-09
* Avoid writing past the end of the status barMichael Forney2021-06-05
* List windows with /window 1.8June McEnroe2021-05-28
* Add C-z keys for directly inserting most color codesJune McEnroe2021-03-17
* Reset style after newline in inputJune McEnroe2021-03-17
* Show where too-long-messages will be automatically splitJune McEnroe2021-03-17
* Add bindings for C-Left and C-RightJune McEnroe2021-03-07
* Add all window names to global completionJune McEnroe2021-03-02
* Add workaround for lack of A_ITALIC in old ncursesJune McEnroe2021-02-27
* Add C-z p to manually toggle paste modeJune McEnroe2021-02-15
* Refactor Focus and Paste mode stringsJune McEnroe2021-02-15
* Add C-z C-v for literal nextJune McEnroe2021-02-03
* Also skip marking swap windowJune McEnroe2021-01-31
* Actually scroll to first line for "scroll to top"June McEnroe2021-01-29
* Only skip setting swap in windowShowJune McEnroe2021-01-29
* Move threshold and mute indicators directly after numberJune McEnroe2021-01-28
* Save window time display toggleJune McEnroe2021-01-27
* Measure timestamp width using ncursesJune McEnroe2021-01-27
* Change default timestamp format to %XJune McEnroe2021-01-27
* Add toggleable display of timestampsJune McEnroe2021-01-27
* Only list up until scroll position with M-lJune McEnroe2021-01-26
* Preserve scroll position across reflowsJune McEnroe2021-01-26
* Rename and move scroll functions closer to where they are usedJune McEnroe2021-01-26
* Factor out windowReflowJune McEnroe2021-01-26