Re: [dev] OpenBSD terminfo (was Re: [st][PATCH] Wide character support)

2013-09-12 Thread Roberto E. Vargas Caballero
Thanks, for your answer!!! > > Not able, or just unknowing? > > $ cvs -qz9 -d :ext:anon...@anoncvs.fr.openbsd.org:/cvs \ > co -PA -d foo src/share/termtypes > $ cd foo > $ ${EDITOR:-ed} termtypes.master > then insert a (new) st definition appropriately, save and quit > $ make BINDIR=/usr/sh

Re: [dev] OpenBSD terminfo

2013-09-12 Thread Thorsten Glaser
Roberto E. Vargas Caballero dixit: >This means that is needed be root to install a new definition, I was assuming you had control over the system, yes. >and it sounds strange to me that a normal user cannot add a >new terminal definition. There may or may not be a way, but I don’t know it. UTSL

Re: [dev] [st][PATCH] Add audible bell

2013-09-12 Thread Christoph Lohmann
Greetings. On Thu, 12 Sep 2013 20:52:57 +0200 "Roberto E. Vargas Caballero" wrote: > From: "Roberto E. Vargas Caballero" > > \a is the character for bell, and st is only marking the window as urgent > if it is not active. This patch adds an audible bell which can be disable > with bellvolume v

Re: [dev] OpenBSD terminfo (was Re: [st][PATCH] Wide character support)

2013-09-12 Thread Chris Down
On 2013-09-12 20:35, Roberto E. Vargas Caballero wrote: > This means that is needed be root to install a new definition, and it sounds > strange to me that a normal user cannot add a new terminal definition. Well, unprivileged users shouldn't be able to the global terminfo db, just use ~/.terminfo

[dev] [st][PATCH] Add audible bell

2013-09-12 Thread Roberto E. Vargas Caballero
From: "Roberto E. Vargas Caballero" \a is the character for bell, and st is only marking the window as urgent if it is not active. This patch adds an audible bell which can be disable with bellvolume variable. --- config.def.h | 6 ++ st.c | 2 ++ 2 files changed, 8 insertions(+) di

[dev] [surf][patch] c->uri is unused

2013-09-12 Thread David Dufberg Tøttrup
0001-c-uri-is-unused.patch Description: 0001-c-uri-is-unused.patch