summary refs log tree commit diff
path: root/gfx/x11.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-14 15:27:13 -0500
committerJune McEnroe <june@causal.agency>2019-01-14 15:27:13 -0500
commit90d8bed4cf37642067780b16bceffa29bfc2ce05 (patch)
tree429f361e1f47f748f817329b8b642880c8d16601 /gfx/x11.c
parentAllow replacing empty string with fc old=new (diff)
downloadsrc-90d8bed4cf37642067780b16bceffa29bfc2ce05.tar.gz
src-90d8bed4cf37642067780b16bceffa29bfc2ce05.zip
Document old=new argument of fc -s
Diffstat (limited to 'gfx/x11.c')
0 files changed, 0 insertions, 0 deletions
colors before checking if it's a pre-allocated pair. 2020-02-10Support all 99 IRC colorsJune McEnroe Corresponding ANSI colors from the table on ircdocs. 2020-02-10Avoid coloring mentions if there are control codesJune McEnroe This was breaking leading color codes. 2020-02-10Recalculate unreadLines on reflowJune McEnroe 2020-02-10Only make windows hotterJune McEnroe A warm message shouldn't clear a window's hotness. 2020-02-10Always increase unreadLinesJune McEnroe So that if you switch to a window and some new activity happens before you press M-u, it'll still jump to the right place. 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe But include a pair of parentheses in the URL itself. 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe