Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!psuvax1!wuarchive!emory!jdyx!root From: root@jdyx.UUCP (Tom Friedel) Newsgroups: comp.unix.questions Subject: vi or curses loses '[' character when arrow key overused Message-ID: <1991Mar2.044222.1085@jdyx.UUCP> Date: 2 Mar 91 04:42:22 GMT Distribution: usa Organization: JDyx Enterprises (Atlanta GA) Lines: 15 Running vi, with terminfo entries kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, If I hold the left arrow key down, the ESC-[-D sequence seems to occasionally lose the '[' and causes vi to go into insert mode delete the rest of line. I am wondering where this error happens. It is more pronounced in the X11 windowing environment, presumably because of slower screen updates This is on 386/ix 2.0.2. tom