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:
parent
b4254a33e0
commit
141a6c3915
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue