mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
c99e2989ef
The front-end was treating both \r and \n as Enter and passing that through to the terminal. To verify behavior, pay attention to your termios configuration: ``` $ stty -icrnl $ od -c <CTRL-J><CTRL-D> 0000000 \n 0000001 $ od -c <CTRL-M><CTRL-D><Enter> 0000000 \r \n 0000002 ``` Closes https://github.com/wez/wezterm/issues/56 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |