mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
f710d6906e
commit
fedde51c12
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ from collections import defaultdict
|
|||
from functools import partial
|
||||
from gettext import gettext as _
|
||||
|
||||
from kitty.cli import CONFIG_HELP, appname, parse_args
|
||||
from kitty.cli import CONFIG_HELP, parse_args
|
||||
from kitty.constants import appname
|
||||
from kitty.fast_data_types import wcswidth
|
||||
from kitty.key_encoding import ESCAPE, RELEASE, enter_key
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue