Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Daniel Cegiełka
sob., 24 lis 2018 o 20:23 Michael Forney napisał(a): > > Hi Daniel, > > On 2018-11-24, Daniel Cegiełka wrote: > > Hi, > > > When I looked into this, I went with a slightly different approach. > Instead of copying from ncurses, I generated the arrays from term.h > and an awk script. Hi Michael,

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Michael Forney
Hi Daniel, On 2018-11-24, Daniel Cegiełka wrote: > Hi, > > https://lists.suckless.org/dev/1811/33025.html > > I prepared a more detailed description of how to compile vis + > netbsd-curses. > > 1) copy from ncurses/ncurses/names.c strnames & strfnames: > > DCL(strnames) = { > "cbt", > "be

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Daniel Cegiełka
sob., 24 lis 2018 o 16:05 Leonardo Taccari napisał(a): > > Daniel Cegiełka writes: > > [...] > > Nothing. Maybe you use libtermkey+unibilium instead of netbsd curses? > > [...] > > Yes, libtermkey package is built with unibilium support. libtermkey+unibilium - unfortunately, the screen flickers w

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Leonardo Taccari
Daniel Cegiełka writes: > [...] > Nothing. Maybe you use libtermkey+unibilium instead of netbsd curses? > [...] Yes, libtermkey package is built with unibilium support.

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Daniel Cegiełka
sob., 24 lis 2018 o 14:14 Leonardo Taccari napisał(a): > > Hello Daniel, > > Daniel Cegiełka writes: > > [...] > > It works fine, because they don't use netbsd-curses but ncurses. > > > > http://pkgsrc.se/wip/vis-editor > > http://pkgsrc.se/devel/ncursesw > > > > [...] > > I had a local package to

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Leonardo Taccari
Hello Daniel, Daniel Cegiełka writes: > [...] > It works fine, because they don't use netbsd-curses but ncurses. > > http://pkgsrc.se/wip/vis-editor > http://pkgsrc.se/devel/ncursesw > > [...] I had a local package to update it to the latest stable version around but I have only committed it few

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Daniel Cegiełka
sob., 24 lis 2018 o 13:16 Leonardo Taccari napisał(a): > > Hello Daniel, > > Daniel Cegiełka writes: > > [...] > > vis works fine, however, there is a problem when I use ':!' or ':e *'. > > I think that the terminal settings are not restored. Does anyone have > > an idea here how it can be solved?

Re: [dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Leonardo Taccari
Hello Daniel, Daniel Cegiełka writes: > [...] > vis works fine, however, there is a problem when I use ':!' or ':e *'. > I think that the terminal settings are not restored. Does anyone have > an idea here how it can be solved? > [...] At least on NetBSD-current vis-0.5 seems working fine (it is

[dev] using vis (libtermkey) and netbsd-curses (was: oasis: small linux system inspired by stali)

2018-11-24 Thread Daniel Cegiełka
Hi, https://lists.suckless.org/dev/1811/33025.html I prepared a more detailed description of how to compile vis + netbsd-curses. 1) copy from ncurses/ncurses/names.c strnames & strfnames: DCL(strnames) = { "cbt", "bel", (...) "box1", (NCURSES_CONST char *)0, }; DCL(strfname