wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.93k stars 762 forks source link

Feature: The search overlay accepts IME composed input #5564

Closed kenchou closed 3 months ago

kenchou commented 3 months ago

https://github.com/wez/wezterm/issues/5333#issuecomment-2166379992 Based on other Writers, I wrote a writer for the search overlay. The good news is that it appears to be working well. However, as I am relatively new to Rust, there might be some bad code. I would greatly appreciate it if you could review the code for me. Thank you. @wez

wez commented 3 months ago

Thank you!