| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add IPC config retrieval subcommand This patch adds a new `alacritty msg get-config` subcommand which can retrieve the current config from any Alacritty window using the IPC socket. The command will always print the full configuration file in JSON, without the ability to filter which values are returned, leaning on tools like `jq` instead of adding this complexity to Alacritty. Contrary to deserialization, this relies heavily on the default serialization implementations to reduce the necessary changes. Key and Mouse bindings are omitted entirely since their structure is very complex and they tend to just bloat the message size without having an obvious usecase. | 1 年前 | |
Rewrite appdata.xml file This also changes its license to MIT along the way. | 1 年前 | |
Remove undefined logo SVG gradient This removes a gradient that apparently doesn't exist, which causes issues with some SVG rasterizers. Closes #8706. | 10 个月前 | |
Update link to TOML spec on alacritty(5) manpage | 5 个月前 | |
Fix macOS subprocess event permissions Closes #8937. | 4 个月前 | |
Change the default colorscheme The new colorscheme is base16 classic dark with the bright colors generated with oklab toolkits. The base16 classic dark is less washed out and represents the current maintainers preference. The motivation to change it was subjective, though it does look like generic dark theme. On a side note, this colorscheme was used for alacritty.org web page for a long time, however it used different foreground color. | 3 年前 | |
Remove flash terminfo capability The flash capability was using DECSCNM (ESC[?5h/ESC[?5l) to toggle reverse video mode for a visual bell effect. However, the vte crate does not implement DECSCNM (private mode 5), so the sequence is ignored as an unknown mode. Remove the capability from terminfo so programs can accurately determine how to ring the user (e.g. by falling back to the audible bell as vi does). | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 5 个月前 | ||
| 4 个月前 | ||
| 3 年前 | ||
| 6 个月前 |