[Lynx-dev] Still some display problems (dev.13)

2005-08-24 Thread Thorsten Glaser
http://gcc.gnu.org/gcc-4.1/changes.html Terminal: XFree86(R) 4.5.0 xterm at 113x42; GNU screen with permanent status bar inside (leaving 113x41 for lynx). [...] if (d) {

Re: [Lynx-dev] Lynx on 10x8-Terminal - Disable non-content lines?

2005-08-24 Thread Thomas Dickey
On Tue, Aug 23, 2005 at 11:07:13PM -0400, Stef Caunter wrote: dev.13b on NetBSD 3.99 (basically 2.02) and FreeBSD 5.3 during linking and creating executable: LYUtils.o(.text+0x2027): In function `LYReopenInput': : undefined reference to `LYConsoleInputFD' I probably overlooked adding a ||

Re: [Lynx-dev] Still some display problems (dev.13)

2005-08-24 Thread Thomas Dickey
On Wed, Aug 24, 2005 at 09:45:16AM +, Thorsten Glaser wrote: http://gcc.gnu.org/gcc-4.1/changes.html Terminal: XFree86(R) 4.5.0 xterm at 113x42; GNU screen with permanent status bar inside (leaving 113x41 for lynx). [...] if (d)

Re: [Lynx-dev] Lynx on 10x8-Terminal - Disable non-content lines?

2005-08-24 Thread Stef Caunter
When I add that to LYUtils.c, LYCurses.c gives similar error in the start_curses function - undefined reference to LYReopenInput. Stef On Wed, 24 Aug 2005, Thomas Dickey wrote: I probably overlooked adding a || defined(HAVE_TTYNAME) before the LYConsoleInputFD() function in LYUtils.c (when

Re: [Lynx-dev] Lynx on 10x8-Terminal - Disable non-content lines?

2005-08-24 Thread Stef Caunter
It's great, even on NetBSD ;) The syslog feature can be most useful for college/shell account providers. I noticed it back in May but hadn't tried it. File size, server reponse codes, (those are always available aren't they?) and disabling user tagging might be useful enhancements. Stef