Comment # 34 on bug 1054448 from
Now to draw a line I've tried ACS_S3 which is ASCII `-' and VT100 `p' aka
character 112 which indeed

 tput -S <<!
 smacs
 rep 112 20
 rmacs
 !

provides a perfect line whereas

 tput -S <<!
 smacs
 rep p 20
 rmacs
 !

leads to ���


You are receiving this mail because: