1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-30 09:01:49 +03:00
wezterm/termwiz/src/lineedit
Wez Furlong 6da7b3ecd0 internalized password/auth UI for ssh
This is a bit of a large commit because it needed some plumbing:

* Change mux creation to allow deferring associating any domains,
  and to change the default domain later in the lifetime of the
  program
* De-bounce the empty mux detection to allow for transient windows
  during early startup
* Implement a bridge between the termwiz client Surface and the
  frontend gui renderer so that we can render from termwiz to
  the gui.
* Adjust the line editor logic so that the highlight_line method
  can change the length of the output.  This enables replacing
  the input text with placeholders so that we can obscure password
  input
2019-11-08 19:55:12 -08:00
..
actions.rs lineedit: add tab completion support 2019-05-27 17:39:10 -07:00
history.rs lineedit: add history 2019-05-27 13:35:24 -07:00
host.rs cargo fix dyn 2019-09-28 20:29:48 -07:00
mod.rs internalized password/auth UI for ssh 2019-11-08 19:55:12 -08:00