Skip to content

Commit

Permalink
reserve only 2 lines of space to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Apr 14, 2020
1 parent 90bd1c1 commit 90b8950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/rlinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def prompt(session):
history=FileHistory(HISTFILE),
completer=mec_completer,
complete_while_typing=True,
reserve_space_for_menu=2,
auto_suggest=cmd_autosuggest).prompt()
except termios.error as err:
colors.colored_print(f"[-] Fatal error: {err}", color_code=colors.RED)
Expand Down

0 comments on commit 90b8950

Please sign in to comment.