consciousness/src/user
ProofOfConcept d18bf6243a subconscious: use ScrollPane for history pane
Replace bare history_scroll: u16 with ScrollPaneState. The history
pane now uses ScrollPane for rendering, getting proper height caching
and scrollbar for free.

Also relax ScrollItem lifetime bounds from 'static to 'a so
non-static Lines (built on the fly during render) can be used.

Co-Authored-By: Kent Overstreet <kent.overstreet@gmail.com>
2026-04-11 01:35:15 -04:00
..
chat.rs chat: use ScrollPane widget for both draw functions 2026-04-11 01:35:15 -04:00
context.rs Restore full N×M memory scoring matrix (/score command) 2026-04-10 01:47:54 -04:00
mod.rs scroll_pane: extract scroll state from chat.rs 2026-04-11 01:35:15 -04:00
scroll_pane.rs subconscious: use ScrollPane for history pane 2026-04-11 01:35:15 -04:00
subconscious.rs subconscious: use ScrollPane for history pane 2026-04-11 01:35:15 -04:00
thalamus.rs user: remove dead scroll state from thalamus and unconscious screens 2026-04-11 01:35:15 -04:00
unconscious.rs user: remove dead scroll state from thalamus and unconscious screens 2026-04-11 01:35:15 -04:00
widgets.rs user: remove dead scroll state from thalamus and unconscious screens 2026-04-11 01:35:15 -04:00