1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-21 18:02:37 -04:00
Commit graph

10 commits

Author SHA1 Message Date
Christian Duerr
0c405d53e7 Alacritty version 0.15.1 2025-02-16 20:42:30 +00:00
Kirill Chibisov
3b1ad3ffef Alacritty version 0.15.1-rc1 2025-02-12 06:15:16 +00:00
Andrew Borg (Kashin)
3e6ef1a63f Add option to drain PTY on shutdown
This patch removes the `hold` option on `alacritty_terminal` in favor of
a `drain_on_exit` option, which will drain the PTY before shutdown. The
hold logic is instead handled in `alacritty`.
2025-02-12 06:15:16 +00:00
Christian Duerr
53395536aa Alacritty version 0.15.0 2025-01-13 20:32:50 +00:00
Kirill Chibisov
ad4cc1257b Alacritty version 0.15.0-rc1 2025-01-06 07:17:45 +03:00
Kirill Chibisov
62d5b134b3
Add CSI Ps I support
The implementation is the same as CSI Ps Z, but forward.
2024-12-28 08:53:18 +03:00
Christian Duerr
6dbd785bc0
Bump development version to 0.15.0-dev
This is only an update to the development version and does not represent
a stable release.
2024-10-18 22:25:57 +00:00
Christian Duerr
82f41ed65c
Bump alacritty_terminal to 0.24.1-dev
This is only an update to the development version and does not represent
a stable release.
2024-05-03 19:47:41 +00:00
Owen Law
ed3fac8a03
Add from_file_descriptors() to tty::unix 2024-05-01 05:27:54 +00:00
Kirill Chibisov
d28868855a
Fix window being focused by default
Winit explicitly states that the window is not focused by default and
the `Focused` event will deliver the state later on.

Also start adding notable changes to alacritty_terminal in its own
CHANGELOG.

Closes #7866.
2024-04-18 22:58:15 +04:00