mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
...
This commit is contained in:
@@ -36,7 +36,7 @@ def handle_cmd(boss, window, cmd):
|
||||
response = {'ok': True}
|
||||
if ans is not None:
|
||||
response['data'] = ans
|
||||
if not c.no_response and not cmd['no_response']:
|
||||
if not c.no_response and not no_response:
|
||||
return response
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user