Skip to content

Commit 76513f4

Browse files
committed
Fixed cursestext.
1 parent 0e0e8db commit 76513f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scrolltext/cursestext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def curses_scroller(win, write_config):
4343
add_quit_text(win, box, scroller.line, argv["term_rows"])
4444
win.timeout(100)
4545
try:
46-
do_textloop(win, box, term_size, scroller, term_size.get_rows())
46+
do_textloop(win, box, scroller, argv["term_rows"])
4747
except KeyboardInterrupt:
4848
pass
4949

0 commit comments

Comments
 (0)