-
Notifications
You must be signed in to change notification settings - Fork 4
Tighten footer keybind packing slack #26
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersresponsiveTerminal resize, narrow-width layoutsTerminal resize, narrow-width layoutstuiInline dashboard, widgets, renderingInline dashboard, widgets, rendering
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersresponsiveTerminal resize, narrow-width layoutsTerminal resize, narrow-width layoutstuiInline dashboard, widgets, renderingInline dashboard, widgets, rendering
Scope
The footer keybind packing in
crates/fl-tui/src/render.rs(pack_footer_binds) computes available width usingunicode-widthstyle logic, but for plain ASCII single-character keybinds it sometimes leaves >2 chars of trailing whitespace before truncating — meaning an extra binding could have fit.What to do
Where
crates/fl-tui/src/render.rs— search forpack_footer_bindsandFOOTER_BINDS.Acceptance