[dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Edgaras
It seems that in current version of st it is impossible to select files in mc using Insert key, instead it enters 4h in command prompt. I do not know why this happens, but I know that this did not happen in 0.2.

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Martti Kühne
On Mon, Dec 10, 2012 at 10:08 AM, Edgaras dev...@gmail.com wrote: It seems that in current version of st it is impossible to select files in mc using Insert key, instead it enters 4h in command prompt. I do not know why this happens, but I know that this did not happen in 0.2. Seems this is

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Roberto E. Vargas Caballero
It seems that in current version of st it is impossible to select files in mc using Insert key, instead it enters 4h in command prompt. I do not know why this happens, but I know that this did not happen in 0.2. I have tested it with the HEAD and works fine for me. What value of TERM do you

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Edgaras
On Mon, Dec 10, 2012 at 12:32:58PM +0100, Roberto E. Vargas Caballero wrote: It seems that in current version of st it is impossible to select files in mc using Insert key, instead it enters 4h in command prompt. I do not know why this happens, but I know that this did not happen in

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Martti Kühne
On Mon, Dec 10, 2012 at 1:39 PM, Edgaras dev...@gmail.com wrote: I have tested it with the HEAD and works fine for me. What value of TERM do you have?, and are you sure you have installed last version of the terminfo definition?. I did git pull before compiling today. Since I did not do

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Christoph Lohmann
Greetings. On Mon, 10 Dec 2012 15:05:42 +0100 Martti Kühne mysat...@gmail.com wrote: On Mon, Dec 10, 2012 at 1:39 PM, Edgaras dev...@gmail.com wrote: I have tested it with the HEAD and works fine for me. What value of TERM do you have?, and are you sure you have installed last version

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Roberto E. Vargas Caballero
I did git pull before compiling today. Since I did not do install previously I have tested it after doing install, thus with updated terminfo, it still does not work correctly. My term is st-256color . same here with st-256color. I'm half way planning to look into this once more

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Martti Kühne
On Mon, Dec 10, 2012 at 3:43 PM, Roberto E. Vargas Caballero k...@shike2.com wrote: Could you send here the output of infocmp command?. If Insert or delete are not working is due some mismatch between the values generated by st and the terminfo entry. For delete the important value is dhc1,

Re: [dev] [st] Unexpected Insert key behavior in mc

2012-12-10 Thread Roberto E. Vargas Caballero
Since we had these two discussions goin on parallel, my guts told me to revert my patch to config.h today. Then I did something a bit different. It now works for both sandy and mc correctly, likewise for DEL, INS and HOME which were making trouble yesterday. Attached is the patch which works