File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ menuHeadingBGClr="$clrBlue"
2626submenuFGClr=" $clrCyan "
2727submenuBGClr=" $clrBlack "
2828delimiter=⊕
29+ formattedTop=" "
30+ formattedBottom=" "
31+ formattedMiddle=" "
2932
3033# ###########################
3134# ###########################
@@ -558,9 +561,18 @@ exitGently () {
558561 exit 1
559562}
560563
561- formattedTop=" "
562- formattedBottom=" "
563- formattedMiddle=" "
564+ # ################################################
565+ # Draw title graphic
566+ # Globals:
567+ # formattedTop - top line of graphic
568+ # formattedMiddle - middle line of graphic
569+ # formattedBottom - bottom line of graphic
570+ # tput colors
571+ # Arguments:
572+ # $1: menu head description
573+ # Outputs:
574+ # The menu head graphic to stdout
575+ # ################################################
564576draw_rounded_square () {
565577
566578 # Menu title cache
You can’t perform that action at this time.
0 commit comments