core-agent-ide/codex-rs/tui
Jeremy Rose 1e82bf9d98
tui: avoid panic when active exec cell area is zero height (#3133)
#### Summary
Avoid a potential panic when rendering the active execution cell when
the allocated area has zero height.

#### Changes
- Guard rendering with `active_cell_area.height > 0` and presence of
`active_exec_cell`.
- Use `saturating_add(1)` for the Y offset to avoid overflow.
- Render via `active_exec_cell.as_ref().unwrap().render_ref(...)` after
the explicit `is_some` check.
2025-09-04 15:51:02 +00:00
..
src tui: avoid panic when active exec cell area is zero height (#3133) 2025-09-04 15:51:02 +00:00
tests prefer ratatui Stylized for constructing lines/spans (#3068) 2025-09-02 23:19:54 +00:00
Cargo.toml feat: add Android/Termux support by gating arboard dependency (#2895) 2025-09-02 23:36:40 -07:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00
styles.md fix: stop using ANSI blue (#2421) 2025-08-18 16:02:25 +00:00