[sword-devel] next release of curses port
Troy A. Griffitts
sword-devel@crosswire.org
Mon, 28 Aug 2000 20:21:46 -0700
Richard,
I tried 0.13. Had a few troubles compiling, but it was my fault. I
had systemwide headers for SWORD 1.4.x on my box, and no libs, so when I
saw your -L../../../lib, I figured that you had your package somewhere
like: sword/apps/console/irenaeus
When I place the package here, it found the libs (the 1.5.x libs!) and
everything compiled fine, but core dumped. ugh. I finally figured it
out and changed your -I in Makefile.in to -I../../../include to match
the -L
I like the 1,2,3,4 thing. I think this will be really useful. Are you
thinking of making each number a new 'desktop'?
-Troy.
raholcom@eos.ncsu.edu wrote:
>
> Hi, I just wanted to say that I am putting out my latest revision
> of the curses frontend for sword (irenaeus) on sourceforge.net.
>
> The main change that I have made is that the front end now acts
> like it has several 'virtual terminals' like the virtual consoles of
> linux. Switch between them with number keys. May seem like a strange
> interface, but once I get more things working, I think it will make some
> sense.
>
> Richard Holcombe