chiark / gitweb /
Fix missing screen refresh when new posts arrive.
authorSimon Tatham <anakin@pobox.com>
Sun, 10 Dec 2023 15:32:16 +0000 (15:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 10 Dec 2023 15:32:16 +0000 (15:32 +0000)
commit0dcf6e92ba0a44524a127832d09203ab4d506afc
tree2f4139de0762f42e42ed39a6cc8f5f2e5b953c0a
parent2dd4620aac3d21b3ffa9c1cee01ab72c37f24f63
Fix missing screen refresh when new posts arrive.

The rework of resize handling had the accidental side effect that when
the self-pipe from the stream-watching thread signals us, we do call
extend_future() on our feeds, but we _don't_ loop back round to the
screen redraw, so that if the user is sitting in their home timeline,
the bottom line of the screen doesn't update to show that new stuff is
available.
cursesclient.py