Files
codex/codex-rs/tui
T
Ahmed Ibrahim ba74cee6f7 fix model picker wrapping (#6589)
Previously the popup measured rows using the full content width while
the renderer drew them with 2 columns of padding, so at certain widths
the layout allocated too little vertical space and hid the third option.
Now both desired_height and render call a shared helper that subtracts
the padding before measuring, so the height we reserve always matches
what we draw and the menu doesn't drops entries.


https://github.com/user-attachments/assets/59058fd9-1e34-4325-b5fe-fc888dfcb6bc
ba74cee6f7 ยท 2025-11-13 08:09:13 -08:00
History
..
2025-09-15 00:42:53 -07:00
2025-11-13 08:09:13 -08:00
2025-08-18 16:02:25 +00:00