Skip to content

Commit b65e096

Browse files
adjust to changes in fmtstr
--HG-- branch : scroll-frontend
1 parent e6c7573 commit b65e096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/scroll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def main():
77
with TerminalController() as tc:
8-
with Terminal(tc) as term:
8+
with Terminal(tc, keep_last_line=True, hide_cursor=False) as term:
99
with Repl() as repl:
1010
rows, columns = tc.get_screen_size()
1111
repl.width = columns

0 commit comments

Comments
 (0)