X-Debbugs-CC: Thomas Dickey <[EMAIL PROTECTED]>

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 via email to