about summary refs log tree commit diff
path: root/irc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-07 22:13:09 -0400
committerJune McEnroe <june@causal.agency>2020-09-07 22:13:09 -0400
commit4ca49debb1abc2e7bbde75b92167d0823edbbb07 (patch)
treea2a70a46f3fb1b66b036ac58567a9f48597675fd /irc.c
parentLet wrapped lines use the last column (diff)
downloadtest-4ca49debb1abc2e7bbde75b92167d0823edbbb07.tar.gz
test-4ca49debb1abc2e7bbde75b92167d0823edbbb07.zip
Call uiWrite to insert blank lines
It only used to use different code to avoid adding the blank line to the
soft buffer.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
f='/catgirl/commit/ui.c?h=1.1p1&id=8fdf2c402d23b52868b9208c9d450281c3772c11&follow=1'>Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe