Scrolling being stuck #7

Closed
opened 2025-06-25 15:20:33 +00:00 by jabber.developer · 1 comment

Issue

Scroll is seemingly randomly getting stuck. "NCurses Overflow" warnings are being displayed written to the log.

Reasons

  1. Unnecessary buffer limitation introduced in the f27fa98717
  2. SQLite DB closure due to disconnect causes scroll to be stuck due to SQLite error causing chatwin_db_history to return NULL, resulting in *scroll_state switch to WIN_SCROLL_REACHED_TOP position.
### Issue Scroll is seemingly randomly getting stuck. "NCurses Overflow" warnings are being displayed written to the log. ### Reasons 1. Unnecessary buffer limitation introduced in the f27fa98717631abaa647d4224235d4fafb00a7f9 2. SQLite DB closure due to disconnect causes scroll to be stuck due to SQLite error causing `chatwin_db_history` to return NULL, resulting in `*scroll_state` switch to WIN_SCROLL_REACHED_TOP position.
jabber.developer changed title from Fix scrolling to Fix scrolling being stuck issue 2025-07-01 21:22:16 +00:00
Author
Owner

Closed by #9

Closed by #9
jabber.developer changed title from Fix scrolling being stuck issue to Scrolling being stuck 2025-07-02 08:20:22 +00:00
jabber.developer self-assigned this 2025-09-01 22:23:52 +00:00
jabber.developer added the
Kind/Bug
label 2025-09-01 22:24:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: devs/cproof#7
No description provided.