Add logic to track unread message indicators and the paged state in the UI window component, ensuring correct clearing and display of unread markers while navigating.
Files: src/ui/window.c, src/ui/titlebar.c, src/ui/win_types.h
When the user scrolls back to view message history, suppress printing and buffer writes to keep the viewport stable and prevent the scroll position from jumping or getting stuck.
Files: src/ui/window.c