terminal: Make IME work with tab and enter keys (#27572)
… in the terminal. Closes #23003 Release Notes: - N/A ## Before fix: https://github.com/user-attachments/assets/249ec62d-1461-4551-87b2-4259dba171f2 ## After fix: https://github.com/user-attachments/assets/2db624a0-8035-4260-9b2e-0cee83662b84
This commit is contained in:
parent
d0ae604eda
commit
be657aefa3
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>> {
|
fn marked_text_range(&mut self, _: &mut Window, _: &mut App) -> Option<std::ops::Range<usize>> {
|
||||||
None
|
Some(0..0)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn text_for_range(
|
fn text_for_range(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue