[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



X-Debbugs-CC: Thomas Dickey <dickey@invisible-island.net>

Németh Márton wrote:
> 4. Copy, paste and execute the following loop which will clear the TAB stops
> at each possible column:
> 
> for i in $(seq 0 1024); do echo -e -n "\eHx"; done

This escape sequence will SET TABs instead of clearing them. The
comment of the attachment is also corrected.

Attachment: tabs.sh
Description: application/shellscript


Reply to: