K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-07-24T02:06:07.000000Z K 7 svn:log V 236 Avoid calling el_resize() from a signal handler, even though libedit itself does that if you set EL_SIGNAL. Instead, set a flag and check it before calling el_gets(). This is safer, but slower to respond to changes. Pointed out by: mp END