Greetings!

*** Steffen Nurpmeso <[email protected]> [Thu, 21 Jan 2016 18:39:52 +0100]:
>This is now available on the [next] branch

Great, I will look at it soon closer.

But I have got some issues with the "next" branch. I am on the commit:

    commit bccfd01aa4fb019e5053ef50b5802b989002f0f9
    Author: Steffen (Daode) Nurpmeso <[email protected]>
    Date:   2016-01-21 16:38:54 +0100

        [-] okeys.h: regenerate

Trying to build it (FreeBSD 10.2 amd64), gives the following error:

    [...]
      CC termcap.c
    termcap.c:347:49: error: use of undeclared identifier 'OK'
                if(tputs(cp, 1, &a_termcap_putc) != OK)
                                                    ^
    1 error generated.
    mk.mk:91: recipe for target 'termcap.o' failed
    gmake[1]: *** [termcap.o] Error 1

I explicitly added

    #include <curses.h>
    #include <term.h>

in the beginning of termcap.c (commenting related ifdefs) and it
compiled. But s-nail does not show any colours and Up-Down arrows (that
show previous entries of command line history) do not work. Seems that
s-nail does not aware now that my terminal is friendly with readline (?)
and colours.

-- 
Happy hacking, Sergey Matveev

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
S-nail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/s-nail-users

Reply via email to