cc: ast-users at research.att.com ksh93-integration-discuss at opensolaris.org Subject: Re: Re: [ksh93-integration-discuss] Trouble with "-o multiline" inSolaris... --------
> I forgot one question: > Is there a way to teach ksh93 to recognize size changes of the terminal > window ? Currently it seems to require a manual % eval `resize` # to do > the job... ;-( > > If a SIGWINCH is sent to ksh93, ksh93 will reset LINES and COLUMNS. The code is in sh/sigfault.[ch] ksh93 should treat SIGWIND or SIGWINDOW as SIGWINCH if SIGWINCH is not defined. David Korn dgk at research.att.com
