Bug#1067679: libvte-2.91-0: backspace character (code 8) output at the end of a line goes 2 columns backward

2024-03-26 Thread Vincent Lefevre
Hi, Some additional information about the VT100.reverseWrap xterm setting: On 2024-03-26 23:58:47 +0100, Vincent Lefevre wrote: > I've eventually found the cause concerning the xterm behavior: > I had > > *VT100.reverseWrap: true > > for XTerm, and this, since at least April 2002.

Bug#1067679: libvte-2.91-0: backspace character (code 8) output at the end of a line goes 2 columns backward

2024-03-26 Thread Vincent Lefevre
Hi, On 2024-03-26 08:00:37 +0100, Egmont Koblinger wrote: > For me, xterm behaves exactly like vte, it prints "ac". > > Could you please share your xterm version, configuration, and anything > printed to the terminal prior to this test that might be relevant? I've eventually found the cause

Bug#1067679: libvte-2.91-0: backspace character (code 8) output at the end of a line goes 2 columns backward

2024-03-26 Thread Egmont Koblinger
Hi, For me, xterm behaves exactly like vte, it prints "ac". Could you please share your xterm version, configuration, and anything printed to the terminal prior to this test that might be relevant? Unfortunately, it seems like this is the expected behavior. Printing a letter to the last column

Bug#1067679: libvte-2.91-0: backspace character (code 8) output at the end of a line goes 2 columns backward

2024-03-25 Thread Vincent Lefevre
Package: libvte-2.91-0 Version: 0.75.92-1 Severity: normal A backspace character (code 8) output at the end of a physical line goes 2 columns backward. For instance, in a 80-column libvte-based terminal (such as GNOME Terminal or Sakura), I get $ for i in $(seq 4 $(tput cols)) ; do printf "." ;