alacritty/src
Michael Brumlow 06d213fbc7 Proposal for line wrap - ^[[7h and ^[[7l (private)
These changes provide support for disabling auto line wrap which is
currently default to on.

'tput rman' will now disable auto line wrap and alacritty will now not
automatically wrap lines.

'tput sman' will now (re)enable auto line wrap and alacritty will now
automatically wrap lines once it reaches the end of the line.

My testing showed this to work the same as gnome-terminal.

I should note that simply having ^[[7h or ^[[7l in a recording does not
enable and disable line wrapping. This is the same behavior as
gnome-terminal and xterm. Those cape codes come through as private
which are not handled yet. I behave this is the correct behavior.
2017-01-11 22:10:48 -08:00
..
renderer Remove need for inclusive ranges 2017-01-06 20:28:17 -08:00
term Proposal for line wrap - ^[[7h and ^[[7l (private) 2017-01-11 22:10:48 -08:00
ansi.rs Proposal for line wrap - ^[[7h and ^[[7l (private) 2017-01-11 22:10:48 -08:00
cli.rs print glutin events if --print-events is passed 2017-01-08 21:09:02 +00:00
config.rs Add another optional config path `$HOME/.alacritty.yml` 2017-01-09 09:23:32 -08:00
display.rs Add support for setting title from OSC 2017-01-11 09:07:31 -08:00
event.rs print glutin events if --print-events is passed 2017-01-08 21:09:02 +00:00
event_loop.rs Fix bug where event loop could get stuck reading 2017-01-11 10:33:56 -08:00
grid.rs Add `nightly` feature, use for `unlikely` intrinsic 2017-01-06 20:28:17 -08:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Remove some dead code 2017-01-08 17:08:52 -08:00
lib.rs Add `nightly` feature, use for `unlikely` intrinsic 2017-01-06 20:28:17 -08:00
macros.rs Add support for setting title from OSC 2017-01-11 09:07:31 -08:00
main.rs print glutin events if --print-events is passed 2017-01-08 21:09:02 +00:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Avoid unwrap when determining proper shell to use 2017-01-07 08:43:58 -04:00
util.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
window.rs Add support for setting title from OSC 2017-01-11 09:07:31 -08:00