summary refs log tree commit diff
path: root/bin/cash/libedit/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-09 15:48:33 -0500
committerJune McEnroe <june@causal.agency>2019-02-09 15:48:33 -0500
commit4473cafa506c6cfab74f43238476afe5aaceaa28 (patch)
tree4b71e24fa902da0ea350c6742d0f7eff6d733a13 /bin/cash/libedit/Makefile
parentRun hi -c after compiling hi (diff)
downloadsrc-4473cafa506c6cfab74f43238476afe5aaceaa28.tar.gz
src-4473cafa506c6cfab74f43238476afe5aaceaa28.zip
Combine all Keyword patterns
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
p;follow=1'>Silence set-but-unused warning 1.2June McEnroe getyx is so annoying this way. 2020-09-08Include DEL in characters ncurses will print in ^A formJune McEnroe 2020-09-07Add blank line to unread if there are already unreadJune McEnroe This fixes the inconsistent M-u behaviour when catgirl is restarting and reconnecting to pounce, for example. 2020-09-07Call uiWrite to insert blank linesJune McEnroe It only used to use different code to avoid adding the blank line to the soft buffer. 2020-09-07Let wrapped lines use the last columnJune McEnroe 2020-09-06Handle non-alignment tabs in line wrappingJune McEnroe 2020-09-06Add C-r, C-s for basic scrollback searchJune McEnroe 2020-09-03Add M-n, M-p to jump to highlightsJune McEnroe 2020-09-03Fix M-u behaviour difference before and after reflowJune McEnroe 2020-09-02Recalculate unreadHard on reflowJune McEnroe 2020-09-02Give blank lines timestampsJune McEnroe Otherwise the zero timestamps totally break save data loading! Bad! 2020-09-02Hide ignored messages at the soft -> hard buffer layerJune McEnroe This restores normal scrolling behaviour. 2020-09-02Don't call completeTouch for ignored messagesJune McEnroe 2020-09-02Preserve style after alignmentJune McEnroe This makes wrapping text with background colour look much better. 2020-09-02Still add ignored lines to unreadHardJune McEnroe Scrolling is still affected by hidden lines (which I'm not sure yet is good or not), so for M-u to work it needs to count ignored lines. 2020-09-02Actually insert blank lines in the soft bufferJune McEnroe So they can be preserved forever! 2020-09-02Reimplement split scrollingJune McEnroe 2020-09-02Fix inserting blank lines BEFORE the new messageJune McEnroe 2020-09-02Only call windowUpdate when the shown window needs updating