[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: es should call rl_reset_terminal() when $TERM is set



 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