Command | Description | VT100 Example |
---|---|---|
ld | Initializes terminal to draw solid lines. | ld=\E)0 |
ls | Interprets subsequent characters for drawing solid lines. | ls=\016 |
le | Interprets subsequent characters as regular characters. | le=\017 |
qa through qk | Boxing characters; see the next table. |
Command | Description | VT100 Example |
---|---|---|
qa | Lower right corner of a box | qa=j |
qb | Upper right corner of a box | qb=k |
qc | Upper left corner of a box | qc=l |
qd | Lower left corner of a box | qd=m |
qe | Crossing lines | qe=n |
qf | Horizontal line | qf=q |
qg | Left T (stem points right) | qg=t |
qh | Right T (stem points left) | qh=u |
qi | Bottom T (like upside down T) | qi=v |
qj | Top T (like a regular T) | qj=w |
qk | Vertical line | qk=x |