Get set_font_size working

This commit is contained in:
Kovid Goyal
2022-08-31 20:41:28 +05:30
parent bd1b3d9f6e
commit bacca88213
3 changed files with 6 additions and 6 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 set_font_size, send_text, env, scroll_window', file=sys.stderr)
print('\x1b[31mTODO\x1b[m: test send_text, env, scroll_window', file=sys.stderr)
def main() -> None: