summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)Author
2021-03-08Disable nick and channel colors with hash bound 0June McEnroe
2021-03-07Add bindings for C-Left and C-RightJune McEnroe
2021-03-02Add all window names to global completionJune McEnroe
2021-02-27Add workaround for lack of A_ITALIC in old ncursesJune McEnroe
2021-02-25Error if hash bound is less than 2June McEnroe
2021-02-21Use separate reply counts for automatic join topics/namesJune McEnroe
2021-02-15Add C-z p to manually toggle paste modeJune McEnroe
2021-02-15Refactor Focus and Paste mode stringsJune McEnroe
2021-02-15Don't insert wchar_t if it can't be converted to mbsJune McEnroe
2021-02-15Don't expand macro if it can't be converted to mbsJune McEnroe
2021-02-08Add donation link to README 1.6June McEnroe
2021-02-08Fix /help LESS setting for updated manualJune McEnroe
2021-02-08chat.tmux.conf: Add help window for restricted mode, use neww -SKlemens Nanni
2021-02-04Only treat a single -j join as explicitJune McEnroe
2021-02-03Add C-z C-v for literal nextJune McEnroe
2021-02-03chat.tmux.conf: Improve respawn, fix commentKlemens Nanni
2021-01-31Also skip marking swap windowJune McEnroe
2021-01-29Actually scroll to first line for "scroll to top"June McEnroe
2021-01-29Only skip setting swap in windowShowJune McEnroe
2021-01-28Add Repology links to READMEJune McEnroe
2021-01-28Add key bindings to chat.tmux.conf, nitsKlemens Nanni
2021-01-28Add 335 to WHOIS responsesJune McEnroe
2021-01-28Move threshold and mute indicators directly after numberJune McEnroe
2021-01-27Save window time display toggleJune McEnroe
2021-01-27Measure timestamp width using ncursesJune McEnroe
2021-01-27Change default timestamp format to %XJune McEnroe
2021-01-27Add toggleable display of timestampsJune McEnroe
2021-01-26Only list up until scroll position with M-lJune McEnroe
2021-01-26Preserve scroll position across reflowsJune McEnroe
2021-01-26Add numbers to buffer linesJune McEnroe
2021-01-26Rename and move scroll functions closer to where they are usedJune McEnroe
2021-01-26Factor out windowReflowJune McEnroe
2021-01-26Use Warm heat for replies to user-initiated commandsJune McEnroe
2021-01-26Clarify configuration path interpretationsJune McEnroe
2021-01-26Tighten up XDG base directory path handlingJune McEnroe
2021-01-26Expand the opening paragraph of the manualJune McEnroe
2021-01-25Disable notify in restricted modeJune McEnroe
2021-01-25Don't print timestamps for blank lines in bufferListJune McEnroe
2021-01-25Do not copy time to wrapped linesJune McEnroe
2021-01-25Add protocol coverage to non-features listJune McEnroe
2021-01-25Move mention of pledge(2) and unveil(2) to READMEJune McEnroe
2021-01-23Preserve order of filters when removingJune McEnroe
2021-01-23Fix /unignore commandJune McEnroe
2021-01-23Remove use of "%n" to appease de RaadtJune McEnroe
2021-01-23Drop filesystem access iff possibleKlemens Nanni
2021-01-23Drop exec capability iff restrictedKlemens Nanni
2021-01-23Drop network capability after ircConnect()Klemens Nanni
2021-01-23Call pledge(2) after unveil(2)Klemens Nanni
2021-01-23Separate kiosk mode from restrict modeJune McEnroe
2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe
2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe