summary refs log tree commit diff
path: root/ui.c
AgeCommit message (Expand)Author
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
2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien
2021-01-19Use Warm heat for manually inserted blank linesC. McEnroe
2021-01-17Use Warm heat for blank lines 1.5C. McEnroe
2021-01-16Save and load window visibility thresholdsC. McEnroe
2021-01-16Restore toggling ignore with M--C. McEnroe
2021-01-16Generalize ignore toggling to visibility thresholdC. McEnroe
2021-01-11Save and load the URL ring in the save file 1.4C. McEnroe
2020-10-12Avoid eating C-c while connectingC. McEnroe
2020-10-09Factor out styleStripC. McEnroe
2020-09-09Silence set-but-unused warning 1.2C. McEnroe
2020-09-07Add blank line to unread if there are already unreadC. McEnroe
2020-09-07Call uiWrite to insert blank linesC. McEnroe
2020-09-06Add C-r, C-s for basic scrollback searchC. McEnroe
2020-09-03Add M-n, M-p to jump to highlightsC. McEnroe
2020-09-03Fix M-u behaviour difference before and after reflowC. McEnroe
2020-09-02Recalculate unreadHard on reflowC. McEnroe
2020-09-02Give blank lines timestampsC. McEnroe
2020-09-02Hide ignored messages at the soft -> hard buffer layerC. McEnroe
2020-09-02Still add ignored lines to unreadHardC. McEnroe
2020-09-02Actually insert blank lines in the soft bufferC. McEnroe
2020-09-02Reimplement split scrollingC. McEnroe
2020-09-02Fix inserting blank lines BEFORE the new messageC. McEnroe
2020-09-02Only call windowUpdate when the shown window needs updatingC. McEnroe
2020-09-02Call wclear on resizeC. McEnroe
2020-09-02Fix line wrapping in various waysC. McEnroe
2020-09-02Render one main window from buffersC. McEnroe