Re: [dev] [st] Fix the tab key

2012-11-15 Thread Roberto E. Vargas Caballero
Hello, A new serie of patches that fix some problems detected in last serie: - Tab problems - Return problems in not newline modes - arrow problems Please, if you find some new errors (I am pretty sure something can happen) notice me. This new series apply over the

Re: [dev] [st] Fix the tab key

2012-11-15 Thread Eckehard Berns
Please, if you find some new errors (I am pretty sure something can happen) notice me. For me Shift+Insert inserts \E[2;2~ just before the selection. -- Eckehard Berns

Re: [dev] [st] Fix the tab key

2012-11-15 Thread Christoph Lohmann
Greetings. On Thu, 15 Nov 2012 15:43:25 +0100 Roberto E. Vargas Caballero k...@shike2.com wrote: Hello, A new serie of patches that fix some problems detected in last serie: - Tab problems - Return problems in not newline modes - arrow problems Please, if you find

Re: [dev] [st] Fix the tab key

2012-11-15 Thread Roberto E. Vargas Caballero
On Thu, Nov 15, 2012 at 03:16:26PM +0100, Eckehard Berns wrote: Please, if you find some new errors (I am pretty sure something can happen) notice me. For me Shift+Insert inserts \E[2;2~ just before the selection. I attach the patch which fix this problem. From

Re: [dev] [st] Fix the tab key

2012-11-15 Thread Christoph Lohmann
Greetings. On Thu, 15 Nov 2012 19:01:36 +0100 Roberto E. Vargas Caballero k...@shike2.com wrote: On Thu, Nov 15, 2012 at 03:16:26PM +0100, Eckehard Berns wrote: Please, if you find some new errors (I am pretty sure something can happen) notice me. For me Shift+Insert inserts

[dev] [st] Fix the tab key

2012-11-14 Thread Roberto E. Vargas Caballero
Hello, After last patch serie tab key was not working correctly and this patch fix the problem. I also want to comment this line in kmap: state = ~Mod2Mask I don't know why this line is writing there, but it removes any combination using Super key. I think it is necessary remove

Re: [dev] [st] Fix the tab key

2012-11-14 Thread Roberto E. Vargas Caballero
I forgot the patch, sorry. On Wed, Nov 14, 2012 at 11:08:27AM +0100, Roberto E. Vargas Caballero wrote: Hello, After last patch serie tab key was not working correctly and this patch fix the problem. I also want to comment this line in kmap: state = ~Mod2Mask I don't know