--- SVGATextMode-1.10-/contrib/scripts/STMmenu Fri Nov 17 20:03:37 1995 +++ SVGATextMode-1.10/contrib/scripts/STMmenu Mon Oct 9 19:15:44 2000 @@ -8,7 +8,7 @@ # # -if [ "_$1" = "_-h" ]; then +if [ "_$1" = "_-h" -o "_$1" = "_--help" ]; then echo echo "\`$0' is a dialog script that will show a menu of all" echo "SVGATextMode modes that are allowed on your set-up," @@ -26,7 +26,7 @@ STM=/usr/sbin/SVGATextMode -ModeDB=`$STM -s | awk '{ printf("%s \"%10s %8s %6s %18s\" "),$1,$3,$5,$7,$9}' ` +ModeDB=`$STM -s | awk '/Clock:.*Size:.*Refresh:.*/ { printf("%s \"%10s %8s %6s %18s\" "),$1,$3,$5,$7,$9}' ` select_mode() { MODE=`eval "dialog --title 'SVGATextMode: select a TextMode' \