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-plus/helix-term/src
Benoît CORTIER 42142cf680 Fix panic when entering unicode in command prompt
It was attempted to use `String::insert` and `String::remove` to insert
without taking care of unicodes.

Fixes https://github.com/helix-editor/helix/issues/282
3 years ago
..
ui Fix panic when entering unicode in command prompt 3 years ago
application.rs Configurable keys 2 (Mapping keys to commands) (#268) 3 years ago
args.rs Separate helix-term as a library 3 years ago
commands.rs Replace `Editor::current` by a macro 3 years ago
compositor.rs Add cursor kind to separate hidden cursor from pos 3 years ago
config.rs Configurable keys 2 (Mapping keys to commands) (#268) 3 years ago
keymap.rs Configurable keys 2 (Mapping keys to commands) (#268) 3 years ago
lib.rs Replace `Editor::current` by a macro 3 years ago
main.rs Configurable keys 2 (Mapping keys to commands) (#268) 3 years ago