about summary refs log tree commit diff
path: root/buffer.c
diff options
context:
space:
mode:
authorChristian Kellermann <ckeen@pestilenz.org>2022-03-08 13:28:08 +0100
committerJune McEnroe <june@causal.agency>2022-03-09 21:18:05 -0500
commitee82e5d376dc2c329a1833a181f7353aa62dcb64 (patch)
tree05aa9546429690bd4f0cbef4dbda358e5baa3861 /buffer.c
parentUpdate STANDARDS section authors, titles and URLs (diff)
downloadcatgirl-ee82e5d376dc2c329a1833a181f7353aa62dcb64.tar.gz
catgirl-ee82e5d376dc2c329a1833a181f7353aa62dcb64.zip
Always refresh the screen with ^L
This patch adds an explicit wrefresh call. Under some conditions
just flagging the window for redraw does not trigger a redraw and
the user has no other means to force redrawing of a window.

Without this patch resizing the window would sometimes result in
an empty chat window with no way to redraw it.

Tested under uxterm and st on OpenBSD.
Diffstat (limited to 'buffer.c')
0 files changed, 0 insertions, 0 deletions
Enroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe