mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Nicer event printing
This commit is contained in:
parent
acf227803f
commit
9caa6bb306
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def title(x: str) -> str:
|
|||
|
||||
|
||||
def print_event(ev: AnyEvent, defn: str, print: Print) -> None:
|
||||
print('\t' + ev.human_repr, defn)
|
||||
print(f'\t{ev.human_repr} → {defn}')
|
||||
|
||||
|
||||
def print_mapping_changes(defns: Dict[AnyEvent, str], changes: Set[AnyEvent], text: str, print: Print) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue