alacritty/alacritty_terminal
Christian Duerr 395fee2b01
Fix crash when writing wide char in last column
This resolves an issue where trying to write a fullwidth character in
the last column would crash Alacritty, if linewrapping was disabled.

Instead of assuming that the linewrap put after the linewrapping spacer
was successful, the character writing is now skipped completely when
trying to put a wide character in the last column.
2020-05-17 15:32:06 +00:00
..
src Fix crash when writing wide char in last column 2020-05-17 15:32:06 +00:00
tests Extend style guideline documentation 2020-05-05 22:50:23 +00:00
Cargo.toml Fix OSCs terminated by \x9c byte in unicode 2020-05-13 12:58:34 +03:00