[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#462621: xterm: clearing TAB starting from column 320 or later can cause segmentation fault



Németh Márton wrote:
> 2. Copy, paste and execute the following escape sequence, which will set
> the font size to "unreadable" size:
> 
> echo -e -n "\e]50;#1\0"

The correct sequence would be:

echo -e -n "\e]50;#1\e\\"

I also attached a test script which can reproduce the problem. To reproduce
the problem:

1. chmod +x tabs.sh
2. start xterm window
3. ./tabs.sh

Attachment: tabs.sh
Description: application/shellscript


Reply to: