fix: wrap info_view content at info_box_width_limit or screen width

This commit is contained in:
CJ van den Berg 2026-02-05 23:01:19 +01:00
parent 4003ebc12f
commit 9e4d4a00e1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 15 additions and 1 deletions

View file

@ -77,6 +77,7 @@ pane_right_style: WidgetStyle = .bar_left,
pane_style: PaneStyle = .panel,
hint_window_style: WidgetStyle = .thick_boxed,
info_box_style: WidgetStyle = .bar_left_spacious,
info_box_width_limit: usize = 80,
centered_view: bool = false,
centered_view_width: usize = 145,