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-28 21:28:14 -06:00 committed by GitHub
parent b4254a33e0
commit 141a6c3915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(