Skip to main content

SCROLL_BOTTOM

Constant SCROLL_BOTTOM 

Source
pub const SCROLL_BOTTOM: usize = 1_000_000;
Expand description

Sentinel meaning “follow latest content” (auto-scroll).

use codetether_agent::tui::ui::chat_view::scroll::SCROLL_BOTTOM;
assert!(SCROLL_BOTTOM > 999_999);