From 3163af4283520a81a0f8ced6ffb499287f6b720d Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 3 Feb 2014 17:05:12 -0500 Subject: [PATCH] SunOS was not in the check list for screen width. --- tcshrc.prompt.defs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tcshrc.prompt.defs b/tcshrc.prompt.defs index bf1dc93..642004e 100644 --- a/tcshrc.prompt.defs +++ b/tcshrc.prompt.defs @@ -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