Ask a question to get started
Enter to send•Shift+Enter new line
set_height_hint( self, message_id: str, rows: int, ) -> bool
message_id
str
Message ID to update.
rows
int
Rendered height in terminal rows.
Update a measured message height, clamped to MIN_HEIGHT_HINT.
MIN_HEIGHT_HINT
The single write path for height_hint; height_hint is intentionally excluded from update_message's allowlist so every write clamps here.
height_hint
update_message