mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Add a debug action to dump current lines with their attributes
This commit is contained in:
@@ -97,7 +97,7 @@ def run_once(f: Callable[[], _T]) -> RunOnce:
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Literal
|
||||
ActionGroup = Literal['cp', 'sc', 'win', 'tab', 'mouse', 'mk', 'lay', 'misc']
|
||||
ActionGroup = Literal['cp', 'sc', 'win', 'tab', 'mouse', 'mk', 'lay', 'misc', 'debug']
|
||||
else:
|
||||
ActionGroup = str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user