File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ get_system_info() {
8989show_system_status () {
9090 get_system_info
9191
92- # Box width (inner content width = 47 chars)
93- local box_width=47
92+ # Box width (inner content width = 49 chars)
93+ local box_width=49
9494
9595 echo -e " ┌─────────────────────────────────────────────────┐"
9696 echo -e " │ ${BOLD} System Information${NC} │"
@@ -828,9 +828,9 @@ handle_config_conflict() {
828828 # Use loop instead of recursion to avoid stack depth issues
829829 while true ; do
830830 echo " "
831- echo -e " ${YELLOW} ╔══════════════════════════════════════════════════════════════ ╗${NC} "
832- echo -e " ${YELLOW} ║ Conflict in: ${BOLD} $config_name ${ NC}"
833- echo -e " ${YELLOW} ╚══════════════════════════════════════════════════════════════ ╝${NC} "
831+ echo -e " ${YELLOW} ╔═══════════════════════════════════════════════════════════╗${NC} "
832+ printf " ${YELLOW} ║${NC} Conflict in: ${BOLD} %-43s ${NC}${YELLOW} ║ ${ NC}\n " " $config_name "
833+ echo -e " ${YELLOW} ╚═══════════════════════════════════════════════════════════╝${NC} "
834834 echo " "
835835
836836 # Show diff summary
You can’t perform that action at this time.
0 commit comments