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

2014-03-21 Thread Roberto E. Vargas Caballero
> Now, the problem on openbsd is that there is no entry for {r,s}mkx once it > gets installed with tic (checked with 'infocmp st'). I have no idea why, and > will ask on their mailing list. Yeah, I had the same problem some time ago. Basically, OpenBSD curses does not use tic database anymore.

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

2014-03-21 Thread Nils R
Roberto E. Vargas Caballero schrieb am 18.03.2014 12:30: > You should read terminfo(5) > > > > I have no idea what the differences between home and khome are or why > two > > > versions for home exist. Anyway, here are my results: > > home is the definition for the home sequence, is the sequence

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

2014-03-18 Thread Roberto E. Vargas Caballero
You should read terminfo(5) > > I have no idea what the differences between home and khome are or why two > > versions for home exist. Anyway, here are my results: home is the definition for the home sequence, is the sequence that a program has to sent to the terminal to get the home function, an

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

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 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 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 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] [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

[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