diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-30 08:30:23 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-30 08:30:23 +0200 | 
| commit | 8496a2ee56390c5f2cdc8761fc89885f99982a78 (patch) | |
| tree | 40a2194bff05f1cf649c8c46a477a24671b60f01 /bin | |
| parent | 2d0bab79dc284a9b006c35328a1d00c3b73bcee2 (diff) | |
[commander] increased max_width
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/menuscripts/commander | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/commander b/bin/menuscripts/commander index ff58a56..ce431e1 100755 --- a/bin/menuscripts/commander +++ b/bin/menuscripts/commander @@ -113,7 +113,7 @@ main()  				pre_cmd()  				{  					max_height="$(get_height 8)" -					max_width="$(get_width 48)" +					max_width="$(get_width 64)"  					tee "$tmp"  | 
