convert t.screen to t.screens.active

This commit is contained in:
Mitchell Hashimoto
2025-11-14 15:10:54 -08:00
parent 3aff5f0aff
commit 580f9f057b
19 changed files with 1205 additions and 1217 deletions

View File

@@ -57,7 +57,7 @@ pub const Options = struct {
.keypad_key_application = t.modes.get(.keypad_keys),
.ignore_keypad_with_numlock = t.modes.get(.ignore_keypad_with_numlock),
.modify_other_keys_state_2 = t.flags.modify_other_keys_2,
.kitty_flags = t.screen.kitty_keyboard.current(),
.kitty_flags = t.screens.active.kitty_keyboard.current(),
// These can't be known from the terminal state.
.macos_option_as_alt = .false,