Re: [Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-11 Thread Stuart Brady
On Sat, Jan 11, 2003 at 12:40:52AM -0600, Steve O wrote: > The change I suspect is one that writes characters one at a time to the > slave, instead of a bulk write of the entire buffer. Thus, it's > possible for the slave to read half of an escape sequence in a > race condition. I was under the

Re: [Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-10 Thread Steve O
Marcel Telka wrote: > Up/down/left/right arrows produces sometimes upper letters (for example > 'D' while pressing left) instead of a cursor moving. To reproduce try run mc > and press the arrow keys in blue mc's window (for moving cursor through > files or moving cursor left-right in command line)

Re: [Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-10 Thread Pavel Tsekov
On Thu, 9 Jan 2003, Marcel Telka wrote: > Hi. > > I'm starting bash in rxvt using this cygwin.bat file: > > =8<=== > chdir \cygwin\bin > > set EDITOR=vim > set VIM=/usr/share/vim/vim61 > set CYGWIN=codepage:oem tty binmode title > rxvt -bg black -fg white -g 120x50+30+80

[Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-09 Thread Marcel Telka
Hi. I'm starting bash in rxvt using this cygwin.bat file: =8<=== chdir \cygwin\bin set EDITOR=vim set VIM=/usr/share/vim/vim61 set CYGWIN=codepage:oem tty binmode title rxvt -bg black -fg white -g 120x50+30+80 -fn "lucida console-16" -sr -sl 5000 -e bash --login -i =