summary refs log tree commit diff
path: root/ui.c
AgeCommit message (Expand)Author
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
2020-09-01Invert meaning of unreadHard/unreadSoft to match new buffer codeC. McEnroe
2020-09-01Factor buffer out of uiC. McEnroe
2020-09-01Move styleParse out of uiC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-07-30Replace catf with something that tracks lenC. McEnroe
2020-07-23Initialize numHot, numWarmC. McEnroe
2020-07-12Keep scrolled up windows in status lineC. McEnroe
2020-06-11Call static_assert by _Static_assertC. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
2020-05-26Don't send zero-width characters to ncursesC. McEnroe
2020-05-25Define constants for window geometryC. McEnroe
2020-05-24Tweak status line formattingC. McEnroe
2020-05-14Fix page scrolling distance for SplitLinesC. McEnroe
2020-04-20Don't clobber windows.swap in else of showAutoC. McEnroe
2020-04-19Save last user-selected window to switch back to from M-aC. McEnroe
2020-04-15Add M-= to mute windowsC. McEnroe
2020-04-15Add status indicator for showing ignored messagesC. McEnroe
2020-04-07Add M-< and M-> for scroll to top and bottomC. McEnroe
2020-04-07Revert "Add C-o as alias of M-/"C. McEnroe
2020-04-07Reset unreadSoft only on first unreadHardC. McEnroe
2020-04-07Add M-q to collapse whitespaceC. McEnroe
2020-04-06Add scroll position to status lineC. McEnroe
2020-04-06Implement split scrollingC. McEnroe
2020-04-03Use gnu-case-range and gnu-conditional-omitted-operand extensionsC. McEnroe
2020-04-02Do not add an extra blank line on uiLoadC. McEnroe
2020-04-02Preserve the last blank line on reflowC. McEnroe