Get scroll_window working

This commit is contained in:
Kovid Goyal
2022-08-31 20:58:22 +05:30
parent bacca88213
commit 0a2455c8be
3 changed files with 17 additions and 17 deletions

View File

@@ -246,7 +246,7 @@ def update_at_commands() -> None:
os.remove(dest)
with open(dest, 'w') as f:
f.write(code)
print('\x1b[31mTODO\x1b[m: test send_text, env, scroll_window', file=sys.stderr)
print('\x1b[31mTODO\x1b[m: test send_text, env', file=sys.stderr)
def main() -> None: