helix/helix-term/src/ui
Gokul Soumya efc2b4c77b
Refactor keyevent handling using key, ctrl macros (#1058)
Adds ctrl! and alt! macros (which existed before the big keymap
refactor) and uses them in event handling of Components. Note
that this converts crossterm's KeyEvent to our own KeyEvent on
each invocation of handle_event in Components.
2021-11-11 00:58:46 +09:00
..
completion.rs Ensure coords in screen depends on char width (#885) 2021-11-03 12:02:29 +09:00
editor.rs Allow infoboxes to be disabled (#972) 2021-11-05 11:25:08 +09:00
info.rs info component style config use ui.info ui.info.text (#643) 2021-08-24 09:58:19 +09:00
markdown.rs syntax: Properly handle injection-regex for language injections 2021-09-16 15:50:14 +09:00
menu.rs Refactor keyevent handling using key, ctrl macros (#1058) 2021-11-11 00:58:46 +09:00
mod.rs Restore screen position when abort search (#1047) 2021-11-10 10:46:55 +09:00
picker.rs Refactor keyevent handling using key, ctrl macros (#1058) 2021-11-11 00:58:46 +09:00
popup.rs Refactor keyevent handling using key, ctrl macros (#1058) 2021-11-11 00:58:46 +09:00
prompt.rs Refactor keyevent handling using key, ctrl macros (#1058) 2021-11-11 00:58:46 +09:00
spinner.rs Add a Spinner 2021-06-21 12:59:06 +09:00
text.rs ui: Trigger recalculate_size per popup render so contents can readjust 2021-09-13 17:44:50 +09:00