mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
termio: typos
This commit is contained in:
@ -213,7 +213,7 @@ pub fn focusGained(
|
|||||||
} else {
|
} else {
|
||||||
// Always set this to true. There is a race condition if we lose
|
// Always set this to true. There is a race condition if we lose
|
||||||
// focus and regain focus before the termios timer ticks where
|
// focus and regain focus before the termios timer ticks where
|
||||||
// if we don't set this unconditionaly the timer will end on
|
// if we don't set this unconditionally the timer will end on
|
||||||
// the next iteration.
|
// the next iteration.
|
||||||
execdata.termios_timer_running = true;
|
execdata.termios_timer_running = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user