summary refs log tree commit diff
path: root/filter.c (unfollow)
Commit message (Expand)Author
2021-03-17Add C-z keys for directly inserting most color codesJune McEnroe
2021-03-17Reset style after newline in inputJune McEnroe
2021-03-17Show where too-long-messages will be automatically splitJune McEnroe
2021-03-14Allow multi-line /me and split long /me messagesJune McEnroe
2021-03-13Refer to glob(7) not sh(1)Klemens Nanni
2021-03-13Add note about arrow and navigation keysJune McEnroe
2021-03-10chat.tmux.conf: use config_files format for reloadKlemens Nanni
2021-03-08Attempt to clarify trust option useJune McEnroe
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