lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx 2-6RP-color-Mb005


From: Rob Partington - Admin
Subject: Re: LYNX-DEV Lynx 2-6RP-color-Mb005
Date: Wed, 23 Oct 1996 20:32:30 +0100 (BST)

JOHNLIM wrote:
> 
> I'm no Unix expert, I collected this patch based on what I gleaned from
> other's patches and man pages, appreciate any feedback if it works/blows
> or whatever :)

There'll be binaries of linux-slang-color, linux-ncurses-color,
linux-slang-ucolor and linux-ncurses-ucolor up on lynx.browser.org
(-ucolor == Hiram's patch + my character styles patch) hopefully
tomorrow morning.

> For those who know how to interpret this, here's the error I got for
> 'make linux-slang-color' if I mix Rob's colour patch with Hiram's 22/10
> LYCurses.h...

You can correct this by inserting the line

 #define getyx(a,y,x) (y=SLsmg_get_row(),x=SLsmg_get_column())

just under the sl_suspend function in LYCurses.c

For those who don't want to do this by hand, here's a diff -c patch

*** LYCurses.c  Wed Oct 23 20:20:37 1996
--- LYC.c       Wed Oct 23 20:20:18 1996
***************
*** 132,138 ****
  #endif /* !VMS */
     return;
  }
- #define getyx(a,y,x) (y=SLsmg_get_row(),x=SLsmg_get_column())
  #endif /* USE_SLANG */

  #if defined(CS) || defined(SLCS)
--- 132,137 ----

-- 
Rob Partington / Netlink Sysadmin / address@hidden / 25y048d
Visit Mullet Watch International: http://www.mullet.org.uk/
Linux bailey 2.0.21 #4 Tue Oct 22 14:50:37 BST 1996 i586
  8:05pm  up  2:14,  7 users,  load average: 0.10, 0.08, 0.09
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]