[dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread ml
Hi, i use st (latest git) with the zsh and the oh-my-zsh configuration[1]. After this recent commit[2] to oh-my-zsh, several things aren't working. I only remember that the first entry worked before, but here is an overview of all things currently broken: going to the beginning of the line

Re: [dev] [ANNOUNCE] dvtm-0.11

2014-03-17 Thread Marc André Tanner
On Sat, Mar 08, 2014 at 10:07:40PM +0100, Sanel Zukan wrote: > On 03/08/14,Marc André Tanner wrote: > > * the lock functionality (MOD-X) has been removed, use a session > >management tool like abduco to detach from your controlling > >terminal and logout properly using the existing syste

Re: [dev] [ANNOUNCE] dvtm-0.11

2014-03-17 Thread Marc André Tanner
On Fri, Mar 14, 2014 at 09:27:55AM -0400, Bryan Bennett wrote: > This latest work on dvtm is great, particularly the scrollback changes. > I really appreciate the effort put into it. Looking at the git > repository, I noticed the tagging branch and got quite excited. Is > there a plan to update thi

Re: [dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread Martti Kühne
On Mon, Mar 17, 2014 at 12:21 PM, wrote: > Hi, > > i use st (latest git) with the zsh and the oh-my-zsh configuration[1]. After > this recent commit[2] to oh-my-zsh, several things aren't working. I only > remember that the first entry worked before, but here is an overview of all > things c

Re: [dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread Nils R
Martti Kühne schrieb am 17.03.2014 13:17: > On Mon, Mar 17, 2014 at 12:21 PM, wrote: > > Hi, > > > > i use st (latest git) with the zsh and the oh-my-zsh configuration[1]. > After > > this recent commit[2] to oh-my-zsh, several things aren't working. I > only > > remember that the first entry work

Re: [dev] [ANNOUNCE] dvtm-0.11

2014-03-17 Thread Bryan Bennett
I'm currently playing with the tagging branch and I've managed to reduce the tagging code to two modfiers. I'm using Ctrl+A + {1,2,3,4} for view, Ctrl+A + {!,@,#,$} for tag (so it mirrors dwm's keybinds a bit). I'm also using Ctrl+S + {1,2,3,4} for toggletag and Ctrl+S + {!,@,#,$} for toggleview. T

Re: [dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread Martti Kühne
On Mon, Mar 17, 2014 at 1:43 PM, Nils R wrote: > > Hi Martti, > > although i know nothing about it, terminfo entries seem to suck. That's really harshly put. > Before merging the code for beginning-of-line into ${terminfo[khome]}, there > were 3 different codes set for the same action, ^[[1~ bei

Re: [dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread Christoph Lohmann
Greetings. On Mon, 17 Mar 2014 18:14:49 +0100 Martti Kühne wrote: > Although I couldn't exactly verify what the ${terminfo[@]} array is, > I'm going to assume it is a zsh builtin interface to the terminfo > database, as some sources seem to suggest. > looking at [0] line 142 sets khome=\E[1~, lin

Re: [dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread Nils R
Christoph Lohmann schrieb am 17.03.2014 18:14: > Greetings. > > On Mon, 17 Mar 2014 18:14:49 +0100 Martti Kühne > wrote: > > Although I couldn't exactly verify what the ${terminfo[@]} array is, > > I'm going to assume it is a zsh builtin interface to the terminfo > > database, as some sources see

Re: [dev] [st] problems with terminfo entries and zsh

2014-03-17 Thread Nils R
Nils R schrieb am 17.03.2014 20:16: > Christoph Lohmann schrieb am 17.03.2014 18:14: > > Greetings. > > > > On Mon, 17 Mar 2014 18:14:49 +0100 Martti Kühne > > wrote: > > > Although I couldn't exactly verify what the ${terminfo[@]} array is, > > > I'm going to assume it is a zsh builtin interface