Revert "terminal: Make IME work with tab and enter keys (#27572)" (#27719)

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:
Conrad Irwin
2025-03-29 03:28:14 +00:00
committed by GitHub
parent b4254a33e0
commit 141a6c3915
+1 -1
View File
@@ -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(