mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
...
This commit is contained in:
@@ -97,7 +97,7 @@ class Callbacks:
|
|||||||
|
|
||||||
def handle_remote_print(self, msg):
|
def handle_remote_print(self, msg):
|
||||||
text = process_remote_print(msg)
|
text = process_remote_print(msg)
|
||||||
print(text, file=sys.__stderr__)
|
print(text, file=sys.__stdout__, end='', flush=True)
|
||||||
|
|
||||||
def handle_remote_clone(self, msg):
|
def handle_remote_clone(self, msg):
|
||||||
if not msg:
|
if not msg:
|
||||||
|
|||||||
Reference in New Issue
Block a user