Add --debug-input for panel and quick access terminals

This commit is contained in:
Kovid Goyal
2025-07-12 07:29:42 +05:30
parent f34007c65a
commit b01b73a8e5
4 changed files with 15 additions and 0 deletions

View File

@@ -153,6 +153,8 @@ def actual_main(sys_args: list[str]) -> None:
sys.argv = ['kitty']
if args.debug_rendering:
sys.argv.append('--debug-rendering')
if args.debug_input:
sys.argv.append('--debug-input')
for config in args.config:
sys.argv.extend(('--config', config))
if not is_macos: