Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove --dimensions/-d from bash completions | Ben Denhartog | 2021-01-29 |
| | |||
* | Update shell completions | Jason | 2021-01-17 |
| | | | | | This fixes the shell completion by removing the flags removed from the CLI in 0768428 and adding the new options flag. | ||
* | Add --hold CLI flag | Valentin Ignatev | 2019-10-09 |
| | | | | | | This implements --hold flag which keeps Alacritty open after its child process exits. Fixes #1165. | ||
* | Add Xembed support | mkosem | 2019-09-24 |
| | | | | Fixes #631. | ||
* | Follow zsh conventions in zsh completion | Oliver Kiddle | 2019-08-25 |
| | | | | | | | | | | | | | Declaring curcontext etc local is superfluous as _arguments states are not used. It is also superfluous to include an outer function definition syntax in zsh autoloadable functions. Zsh convention is not to capitalize descriptions. It is also better to use the imperative mood verb form for descriptions as this allows them to start with the shortest form of the verb - e.g. "reduce" instead of "reduces" and results in better grammar in the absence of a sentence subject. I'd recommend this in the --help output too. Using _guard for the position and dimensions was unnecessary given that the values are not mixed with other matches. | ||
* | Add class and short title completions | Kirill Chibisov | 2019-07-08 |
| | | | Fixes #2612. | ||
* | Add official logo | Christian Duerr | 2019-04-01 |