summary refs log tree commit diff
path: root/ui.c
AgeCommit message (Expand)Author
2020-04-02Preserve the last blank line on reflowC. McEnroe
2020-04-02Switch to windows with ascending unread counts on M-aC. McEnroe
2020-03-31Hide filtered messagesC. McEnroe
2020-03-31Save and load buffer line heatC. McEnroe
2020-03-31Store line heat in bufferC. McEnroe
2020-03-30Replace some declaration; while loops with for loopsC. McEnroe
2020-03-30Add text macrosC. McEnroe
2020-03-23Add M-Enter to insert a newlineC. McEnroe
2020-03-23Handle bracketed paste, including newlinesC. McEnroe
2020-02-29Implement the causal.agency/consumer capabilityC. McEnroe
2020-02-19Apply word wrapping to tabs before setting alignC. McEnroe
2020-02-19Remove bad continues in styleParse loopsC. McEnroe
2020-02-19Various small cleanup in ui.cC. McEnroe
2020-02-17Increase buffer size to 1024C. McEnroe
2020-02-17Accept Shift-M-0 through Shift-M-9 as wellC. McEnroe
2020-02-17Only scroll after reflow if necessaryC. McEnroe
2020-02-17Scroll the window only once during reflowC. McEnroe
2020-02-16Various small cleanupsC. McEnroe
2020-02-16Replace a lot of snprintf with a catf implementationC. McEnroe
2020-02-15Replace small integers in size_t with uintC. McEnroe
2020-02-15Separate network info from selfC. McEnroe
2020-02-14Save heat, unreadTotal, unreadWarmC. McEnroe
2020-02-14Track unreadTotal and unreadWarm separatelyC. McEnroe
2020-02-13Set hidden to true initiallyC. McEnroe
2020-02-13Only uiShow if hidden and only uiHide if shownC. McEnroe
2020-02-13Rename procPipe to utilPipeC. McEnroe
2020-02-13Set swap correctly when closing a windowC. McEnroe
2020-02-13Refactor windows into array and add /moveC. McEnroe
2020-02-12Add -N flag for notificationsC. McEnroe
2020-02-12Mark and unmark on uiHide, uiShowC. McEnroe
2020-02-12Hide debug prompt if buffer starts with /C. McEnroe
2020-02-12Add C-t transposeC. McEnroe
2020-02-12Add C-v and M-vC. McEnroe
2020-02-11Support monochromatic terminalsC. McEnroe
2020-02-11Exit focus and paste modes on err exitC. McEnroe
2020-02-11Call completeClear when closing a windowC. McEnroe
2020-02-11Use time_t for save signatureC. McEnroe
2020-02-11Set self.nick to * initiallyC. McEnroe
2020-02-11Define ColorCap instead of hardcoding 100C. McEnroe
2020-02-11Cast towupper to wchar_tC. McEnroe
2020-02-11Cast set but unused variables to voidC. McEnroe
2020-02-11Check if VDSUSP existsC. McEnroe
2020-02-10Invalidate title on uiShowC. McEnroe
2020-02-10Only write out title if it has changedC. McEnroe
2020-02-10Only write out title on uiDrawC. McEnroe
2020-02-10Manually raise SIGINT from C-cC. McEnroe
2020-02-10Replace alignment tabs with spaces in bufferListC. McEnroe
2020-02-10Add C-o as alias of M-/C. McEnroe
2020-02-10Factor out XDG base directory codeC. McEnroe
2020-02-10Leave a blank line after loaded bufferC. McEnroe