fix: adjust menu dimensions and formatting in start-automaker.sh

- Increased MENU_BOX_WIDTH and MENU_INNER_WIDTH for better layout.
- Updated printf statements in show_menu() for consistent spacing and alignment of menu options.
- Enhanced exit option formatting for improved readability.
This commit is contained in:
webdevcody
2026-01-16 17:10:20 -05:00
parent 97b0028919
commit 45d9c9a5d8

View File

@@ -15,8 +15,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
HISTORY_FILE="${HOME}/.automaker_launcher_history" HISTORY_FILE="${HOME}/.automaker_launcher_history"
MIN_TERM_WIDTH=70 MIN_TERM_WIDTH=70
MIN_TERM_HEIGHT=20 MIN_TERM_HEIGHT=20
MENU_BOX_WIDTH=60 MENU_BOX_WIDTH=66
MENU_INNER_WIDTH=58 MENU_INNER_WIDTH=64
LOGO_WIDTH=52 LOGO_WIDTH=52
INPUT_TIMEOUT=30 INPUT_TIMEOUT=30
SELECTED_OPTION=1 SELECTED_OPTION=1