helix/helix-term/src/ui
Gokul Soumya 301065fe4d
Fix scrollbar length proportional to total menu items (#2860)
The scrollbar length used to increase with more entries in the menu,
which was counter-intuitive to how scrollbars worked in most
applications. Turns out there was a typo in the floor division
implementation :)
2022-06-23 03:00:12 +09:00
..
completion.rs Restore document state on completion cancel (#2096) 2022-04-20 10:42:33 +09:00
editor.rs Format keys identically in statusline and command palette (#2790) 2022-06-22 01:46:50 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
markdown.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
menu.rs Fix scrollbar length proportional to total menu items (#2860) 2022-06-23 03:00:12 +09:00
mod.rs Remove a couple more unwraps 2022-06-22 02:26:24 +09:00
overlay.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2022-02-15 10:24:03 +09:00
picker.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
popup.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
prompt.rs Remove a couple more unwraps 2022-06-22 02:26:24 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00