mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
input: don’t enable keyboard repeat timer when repeat rate is zero
wayland-client-protocol.h: Negative values for either rate or delay are illegal. A rate of zero will disable any repeating (regardless of the value of delay). This fixes a division-by-zero crash.
This commit is contained in:
parent
cebdae4bae
commit
67ac09ab2e
2 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,7 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/291).
|
||||
* Sixel “current geometry” query response not being bounded by the
|
||||
current window dimensions (fixes `lsix` output)
|
||||
* Crash on keyboard input when repeat rate was zero (i.e. no repeat).
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue