Add a debug action to dump current lines with their attributes

This commit is contained in:
Kovid Goyal
2021-08-14 10:26:59 +05:30
parent 929e0c126d
commit c257adb56a
6 changed files with 53 additions and 16 deletions

View File

@@ -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