0
0
mirror of https://github.com/tj/n.git synced 2024-11-29 13:52:34 +01:00

fixed a changing position of select version menu after pressing up/down arrows

This commit is contained in:
Ilya Mochalov 2015-08-30 16:42:04 +05:00
parent 67bf7e4300
commit 2704e872b3

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