Merge branch 'sunos-tweaks' into initial-rework

Conflicts:
	tcshrc.prompt.defs
This commit is contained in:
2014-02-17 14:55:39 -05:00

View File

@ -56,6 +56,9 @@ switch( $CSHENV_SYSTEM )
# Linux (and Cygwin) are not BSD behavior, and make cols 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