https://bugzilla.novell.com/show_bug.cgi?id=471951 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=471951#c1 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmarek@novell.com --- Comment #1 from Michal Marek <mmarek@novell.com> 2009-02-03 07:37:46 MST --- Interesting, both in the 11.1 xterm and in the new xterm, vim is receiving the same characters for left & right arrow: new xterm: $ strace -eread -p 25151 Process 25151 attached - interrupt to quit read(0, "\33OC", 250) = 3 read(0, "\33OC", 250) = 3 read(0, "\33OC", 250) = 3 read(0, "\33OC", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, ":", 250) = 1 read(0, "q", 250) = 1 read(0, "\r", 250) = 1 old xterm: $ strace -eread -p 25203 Process 25203 attached - interrupt to quit read(0, "\33OC", 250) = 3 read(0, "\33OC", 250) = 3 read(0, "\33OC", 250) = 3 read(0, "\33OC", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, "\33OD", 250) = 3 read(0, ":", 250) = 1 read(0, "q", 250) = 1 read(0, "\r", 250) = 1 but in the new xterm, it advances by whole words. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.