From 988bc41fb22cdd7e4e005fc985576d46b2fe20d9 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 27 Oct 2025 23:02:06 +0800 Subject: fix review issues --- tests/modules/tty/cursor_control.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/modules/tty/cursor_control.lua') diff --git a/tests/modules/tty/cursor_control.lua b/tests/modules/tty/cursor_control.lua index 18e8cfb7d..4502617eb 100644 --- a/tests/modules/tty/cursor_control.lua +++ b/tests/modules/tty/cursor_control.lua @@ -117,11 +117,11 @@ function main() tty.cursor_move_up(2) tty.cr() tty.erase_line() - io.write("Line 2: Updated content! ✓") + io.write("Line 2: Updated content! ✓\n") io.flush() -- Move cursor to end - tty.cursor_move_down(2) + tty.cursor_move_down(1) print("\n\nAll demos completed!") print("\nKey features demonstrated:") print(" - cursor_move_up/down/left/right: Move cursor relatively") -- cgit v1.3.1