We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdfdab commit a53a16aCopy full SHA for a53a16a
EasyKey.git/ezk-git-loca.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
3
oldmenudata=("${menudatamap[@]}")
4
+old_calculatedMenuWidth=$calculatedMenuWidth
5
+old_globalClmWidth=$globalClmWidth
6
7
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
source "$script_dir/../shellmenu.sh"
@@ -70,5 +72,7 @@ startMenu
70
72
71
73
74
menudatamap=("${oldmenudata[@]}")
75
+calculatedMenuWidth=$old_calculatedMenuWidth
76
+globalClmWidth=$old_globalClmWidth
77
78
noterminate
0 commit comments