1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-21 04:11:44 +03:00
wezterm/termwiz/src/lineedit
Wez Furlong b3a57f0d1c termwiz: line editor: fix a couple of bugs
* ctrl-R to find a line and then hit enter would cause the search
  text rather than the match text to be returned and run!
* When exiting the editor, clear to end of screen to make sure
  that we clean up any UI from the incremental search status
2020-04-10 21:10:42 -07:00
..
actions.rs termwiz: line editor: add incremental history search 2020-04-10 11:02:59 -07:00
history.rs termwiz: line editor: add incremental history search 2020-04-10 11:02:59 -07:00
host.rs termwiz: line editor: allow custom editor actions 2020-04-09 07:37:23 -07:00
mod.rs termwiz: line editor: fix a couple of bugs 2020-04-10 21:10:42 -07:00