you're wellcome
Yeah,the ESC thing is a bit annoying, but not a big deal after all.
I *suspect* that the problem could be solved by modifying the input routines in such a way to associate ESC with both its ASCII code '^[' and Regular-Expression escape code '\e', in order to cover all cases.
Unfortunately I have no idea on how to practically apply the changes myself
Yeah,the ESC thing is a bit annoying, but not a big deal after all.
I *suspect* that the problem could be solved by modifying the input routines in such a way to associate ESC with both its ASCII code '^[' and Regular-Expression escape code '\e', in order to cover all cases.
Unfortunately I have no idea on how to practically apply the changes myself
Comment