Start work on testing the bootstrap script

This commit is contained in:
Kovid Goyal
2022-02-23 15:34:19 +05:30
parent f37d947dd5
commit e73525d0a2
6 changed files with 64 additions and 55 deletions

View File

@@ -884,7 +884,6 @@ class Window:
from kittens.ssh.main import get_ssh_data
for line in get_ssh_data(msg):
self.write_to_child(line)
self.write_to_child('\n')
def handle_remote_print(self, msg: str) -> None:
text = process_remote_print(msg)