On Wed, Jun 25, 2008 at 11:44 PM, Roland Mainz <[EMAIL PROTECTED]> wrote:
>
> Hi!
>
> ----
>
> 2008-06-24: ksh93 update tarballs for Solaris Nevada >= B84+Indiana

funny thing .. if I have an xterm open and then I resize the xterm by
clicking and dragging the rightmost window edge further to the right I
get a strange behavior. The ksh93 shell seems to emit a CR + LF with
each increase in the size of the xterm.

Under normal ( other shells like /sbin/sh or /bin/ksh ) I would not
see a pile of newlines but at the end of the resize process I would
type :

# /usr/openwin/bin/resize
COLUMNS=80;
LINES=24;
export COLUMNS LINES;

Since I often run builds and other cursor based processes within xterm
I often have a 132x60 window and I resize accordingly. ksh93 kicks out
a whack of CR+LF's it seems.

However, I do get my environment setup correctly :

[EMAIL PROTECTED]:~/build$ env
_=/usr/xpg4/bin/env
CC=cc
CFLAGS=-xstrconst -xildoff -xarch=386 -xlibmil -xO1 -Xa
COLUMNS=132
CPPFLAGS=-I/opt/csw/include
DISPLAY=mercury:0.0
EDITOR=/usr/xpg4/bin/vi
HOME=/export/home/dclarke
HZ=100
LANG=C
LC_ALL=C
LD_OPTIONS=-R/opt/csw/lib/$ISALIST -R/opt/csw/lib -L/opt/csw/lib
LINES=60
LOGNAME=dclarke
MAIL=/usr/mail/dclarke
PATH=/opt/SUNWspro/bin:/usr/jdk/instances/jdk1.6.0/bin:/usr/xpg4/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin
PWD=/export/home/dclarke/build
SHELL=/bin/ksh93
TERM=vt100
TZ=GMT0
WINDOWID=83886088
XTERM_LOCALE=C
XTERM_SHELL=/bin/ksh93
XTERM_VERSION=XTerm(234)
_AST_FEATURES=UNIVERSE - att


Give it a try and let me know what you see.

Dennis
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to