[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: es should call rl_reset_terminal() when $TERM is set
- To: es
- Subject: Re: es should call rl_reset_terminal() when $TERM is set
- From: Chris Siebenmann <cks>
- Date: 1993年5月22日 02:10:19 -0400
- In-reply-to: ckclark's message of Sat, 22 May 93 00:05:16 -0400. <9305220405.AA13226@paris>
I'll disagree slightly here. Es (and rc) should call rl_reset_terminal()
just before calling readline itself, and merely set a flag to do this
when $TERM or $TERMCAP is changed. Making this modification to bash noticably
lowered the startup time in my environment back when I played with it,
and it's an obvious optimization.
- cks