This reverts commit be657aefa3. (#27572)
Unfortunately this change broke other bindings in the terminal like
`cmd-left`
and `cmd-right`.
We do need to redo the terminal IME handling at some point, but we'll
need a
bit more thought to find an approach that works.
Release Notes:
- N/A
This commit is contained in:
@@ -998,7 +998,7 @@ impl InputHandler for TerminalInputHandler {
|
||||
}
|
||||
|
||||
fn marked_text_range(&mut self, _: &mut Window, _: &mut App) -> Option<std::ops::Range<usize>> {
|
||||
Some(0..0)
|
||||
None
|
||||
}
|
||||
|
||||
fn text_for_range(
|
||||
|
||||
Reference in New Issue
Block a user