Re: [dev] [dvtm] [PATCH] Support multiple parameters in set/reset mode sequences.

2013-10-08 Thread Mark Edgar
On Tue, Oct 8, 2013 at 6:14 PM, Marc André Tanner wrote: > but rs1 still contains \E>. Yes, I spotted that, but it doesn't hurt anything since dvtm ignores it. But having [sr]mkx and flash in the TERMINFO description might make applications believe that they were supported. Once someone adds keyp

[dev] [sbase] sbase-box patch

2013-10-08 Thread Evan Gates
Hello, I like to be able to test against *box environments without actually installing all the symlinks. As such, here is a short patch to the makefile that allows sbase-box to be called as sbase-box tool args... Note that argv[argc] is guaranteed to be NULL by the C standard, and a posix compli

Re: [dev] [sbase] [PATCH] Add cut(1)

2013-10-08 Thread sin
On Tue, Oct 08, 2013 at 09:23:43PM +0200, Truls Becken wrote: > --- > LICENSE | 1 + > Makefile | 1 + > cut.1| 60 +++ > cut.c| 164 +++ > 4 files changed, 226 insertions(+) > create mode 100644 cut.1 > creat

[dev] [sbase] [PATCH] Add cut(1)

2013-10-08 Thread Truls Becken
--- LICENSE | 1 + Makefile | 1 + cut.1| 60 +++ cut.c| 164 +++ 4 files changed, 226 insertions(+) create mode 100644 cut.1 create mode 100644 cut.c diff --git a/LICENSE b/LICENSE index 927f594..36f0d2c 100

Re: [dev] [dvtm] [PATCH] Support multiple parameters in set/reset mode sequences.

2013-10-08 Thread Marc André Tanner
Thanks, applied! As you probably already noticed the terminfo file is a mess, it historically started as a copy of the rxvt one: http://invisible-island.net/ncurses/terminfo.ti.html#toc-_R_X_V_T which contains the same rs1 entry. Also you removed the entry for rmkx=\E> but rs1 still contain