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-view/src
Michael Davis 607c74efde
Handle disambiguated keycodes (#4887)
Media keys are sent despite `DISAMBIGUATE_ESCAPE_CODES` being unset.
Previously we panicked on these. This change translates the
disambiguated keys from crossterm so that they do not cause a panic.
2 years ago
..
handlers feat(csharp,debug): add C# debugger support (#4213) 2 years ago
base64.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
clipboard.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
document.rs Call View::apply within Document::append_changes_to_history 2 years ago
editor.rs Sync all document changes on view focus 2 years ago
env.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
graphics.rs Resolve a bunch of upcoming clippy lints 2 years ago
gutter.rs Dynamically resize line number gutter width (#3469) 2 years ago
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2 years ago
input.rs Handle disambiguated keycodes (#4887) 2 years ago
keyboard.rs Handle disambiguated keycodes (#4887) 2 years ago
lib.rs Apply transactions to all views (#4733) 2 years ago
macros.rs Apply transactions to all views (#4733) 2 years ago
theme.rs commands: Make no arg ':theme' show name (#3740) 2 years ago
tree.rs When buffer closes, focus on parent buffer (#4766) 2 years ago
view.rs Sync changes between doc and view on switch 2 years ago