Sam Steingold wrote:
> Do I understand correctly that
>
> #if defined(HAVE_READLINE) && defined(RL_ISSTATE) && defined(RL_INITIALIZED)
> if (RL_ISSTATE(RL_INITIALIZED))
> rl_resize_terminal();
> #endif
>
> is the right way to do that?
That should be enough to get you started.
Chet
--
> * Chet Ramey <[EMAIL PROTECTED]> [2005-10-16 22:38:38 -0400]:
>
> Sam Steingold wrote:
>>>* Chet Ramey <[EMAIL PROTECTED]> [2005-10-16 17:53:39 -0400]:
>>>
>>>Sam Steingold wrote:
>
>>
>> is there a way to check whether readline has been initialized already?
>> e.g., clisp may be running interac
Sam Steingold wrote:
>>* Chet Ramey <[EMAIL PROTECTED]> [2005-10-16 17:53:39 -0400]:
>>
>>Sam Steingold wrote:
>
> is there a way to check whether readline has been initialized already?
> e.g., clisp may be running interactively and using readline and it may
> be running in the batch mode and not
> * Chet Ramey <[EMAIL PROTECTED]> [2005-10-16 17:53:39 -0400]:
>
> Sam Steingold wrote:
>> I get this:
>>
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x2821e472 in rl_resize_terminal () from /usr/lib/libreadline.so.4
>>
>> (FreeBSD x86-freebsd1 4.11-RELEASE FreeBSD 4.11-RELEASE #0
Sam Steingold wrote:
> I get this:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x2821e472 in rl_resize_terminal () from /usr/lib/libreadline.so.4
>
> (FreeBSD x86-freebsd1 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Wed Oct 5
> 21:16:58 PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/s
I get this:
Program received signal SIGSEGV, Segmentation fault.
0x2821e472 in rl_resize_terminal () from /usr/lib/libreadline.so.4
(FreeBSD x86-freebsd1 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Wed Oct 5 21:16:58
PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386)
what are the rul