Re: [dev] [st] delete key didn't work correctly

2012-12-10 Thread Roberto E. Vargas Caballero
Now, st's delete key didn't work, and I looked into the code long enough to say with confidence, there's nothing wrong with kmap(). I can see that you change the order of Delete definitions in your patch. Theoretically this should not work because the keypdap column is different. If your patch

Re: [dev] [st] delete key didn't work correctly

2012-12-10 Thread Daniel Bainton
On 10 December 2012 13:27, Roberto E. Vargas Caballero k...@shike2.com wrote: Now, st's delete key didn't work, and I looked into the code long enough to say with confidence, there's nothing wrong with kmap(). I can see that you change the order of Delete definitions in your patch.

Re: [dev] [st] delete key didn't work correctly

2012-12-10 Thread Roberto E. Vargas Caballero
On my machine, just toggling the keypad values on the delete lines worked at first (the ordering of them doesn't seem to matter for me), but then I did a make install and they stopped working. I copied over some old versions of st terminfo files (I can't remember from when) and they started

[dev] [st] delete key didn't work correctly

2012-12-09 Thread Martti Kühne
hi guys Was compiling git HEADs today and ported my private patches to the newest codebase. Wrong did go a few things, mostly on my own account, but my setup with dmenu/dwm/st/sandy besides a gui editor is up and running. Now, st's delete key didn't work, and I looked into the code long enough to