alacritty/alacritty_terminal
Dustin 401c2aab96 Add support for title stack escape sequences
This commit adds the concept of a "title stack" to the terminal. Some programs
(e.g. vim) send control sequences `CSI 22 ; 0` (push title) and `CSI 23 ; 0`
(pop title).

The title stack is just a history of previous titles.  Applications can push
the current title onto the stack, and pop it back off (setting the window title
in the process).

Fixes #2840.
2019-10-14 19:50:58 +02:00
..
src Add support for title stack escape sequences 2019-10-14 19:50:58 +02:00
tests Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
Cargo.toml Update to winit/glutin EventLoop 2.0 2019-10-05 02:29:26 +02:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00