You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
Bram 40eb1268c7
Close some popups automatically (#1285)
* Add Event::Used to use event callback without consuming

* Close popup if contents ignored event

* collect event results before executing callbacks

* don't add new result variant, use Ignored(..) instead

* break in match cases

* Make auto_close configurable

* fix merge

* auto close hover popups

* fix formatting
2 years ago
..
commands Close some popups automatically (#1285) 2 years ago
ui Close some popups automatically (#1285) 2 years ago
application.rs dap: fix runInTerminal with lldb-vscode 2 years ago
args.rs Fix bug when launching hx file.rs:10 (#1676) 2 years ago
commands.rs Close some popups automatically (#1285) 2 years ago
compositor.rs Close some popups automatically (#1285) 2 years ago
config.rs Put some tests behind #[cfg(test)] (#1459) 3 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
keymap.rs feat(commands): command palette (#1400) 2 years ago
lib.rs Assume true color support on Windows 3 years ago
main.rs Allow specifying file start position (#445) 2 years ago