SunOS was not in the check list for screen width.

This commit is contained in:
ADAM David Alan Martin
2014-02-03 17:05:12 -05:00
parent ef94fbcd84
commit 3163af4283

View File

@ -52,9 +52,12 @@ switch( $CSHENV_SYSTEM )
# Linux breaks the typical behavior, and makes the 7th entry be stty
# Linux breaks the typical BSD behavior, and makes the 7th entry be stty
case Cygwin:
case Linux:
# SYSV type systems seem to be settling on this as the common mechanism.
case SunOS:
if( $?CSHENV_DEBUG ) then
echo "Linux prompt width for stty blows..."
endif