0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 14:41:07 +01:00

Merge pull request #303 from chrootsu/fix-menu-position

fixed a changing position of select version menu
This commit is contained in:
Max Rittmüller 2015-08-30 16:08:15 +02:00
commit 40b5a83e33

1
bin/n
View File

@ -319,6 +319,7 @@ list_versions_installed() {
display_versions() {
enter_fullscreen
check_current_version
clear
display_versions_with_selected $active
trap handle_sigint INT