mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
config: add 'blink' option to cursor section in footrc
This option controls whether the default cursor should blink or not. The default is to *not* blink.
This commit is contained in:
parent
7f65bd1c20
commit
a259eda535
7 changed files with 19 additions and 2 deletions
|
|
@ -19,6 +19,9 @@
|
|||
* Terminfo entries for keypad keys: `ka1`, `ka2`, `ka3`, `kb1`, `kb3`,
|
||||
`kc1`, `kc2`, `kc3`, `kp5`, `kpADD`, `kpCMA`, `kpDIV`, `kpDOT`,
|
||||
`kpMUL`, `kpSUB` and `kpZRO`.
|
||||
* **blink** option to `footrc`; a boolean that lets you control
|
||||
whether the cursor should blink or not by default. Note that
|
||||
applications can override this.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
@ -108,6 +111,7 @@
|
|||
`11t`, `13t`, `13;2t`, `14t`, `14;2t`, `15t`, `19t`.
|
||||
* Unicode combining characters.
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
* Spaces no longer removed from zsh font name completions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue