Re: progamming with Cygwin GNU Readline Library

2002-01-13 Thread Hiroo Hayashi
es> merely restrict the area of the visible window that readline Charles> will use?) I understand as you do. Thank you. Hiroo Hayashi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/d

Re: progamming with Cygwin GNU Readline Library

2002-01-13 Thread Hiroo Hayashi
1st setup readline4.2a-1 2nd setup libreadline4 libreadline5 I think this is correct. Am I missing something? Hiroo Hayashi (HERBIE) hiroo[425] gcc bug.c -static -lread

Re: progamming with Cygwin GNU Readline Library

2002-01-08 Thread Hiroo Hayashi
rmcap library may have problem... I'm using termcap-20010825-1. If you need any more information, feel free to ask me. Best, Hiroo Hayashi -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: progamming with Cygwin GNU Readline Library

2002-01-07 Thread Hiroo Hayashi
ine -ltermcap (HERBIE) hiroo[284] echo $LINES $COLUMNS 25 80 (HERBIE) hiroo[282] ./a.exe row=25, col=79 row=10, col=19 On my Linux environment a.out prints row=25, col=80 row=10, col=20 Best, Hiroo Hayashi -