VT510 Video Terminal Programmer Information

DECTABSR—Tab Stop Report

The terminal sends this sequence to the host in response to a request presentation state report (DECRQPSR) sequence. DECTABSR informs the host of the terminal's current tab settings.

Programming Tip
Applications can use information in the tab stop report to save the current tab stops. Later, the application can restore the saved tab stops.

This operation is useful for applications that need to temporarily change the terminal's tab stops. When the application is finished, it can restore the tab stops that were in effect before the application changed them. You use the restore presentation state (DECRSPS) function to restore tab stops. Refer to DECRSPS—Restore Presentation State for additional information.

Format

DCS
9/0
2
3/2
$
2/4
u
7/5
D ... D
...
ST
9/12

Parameters

D...D
is a data string indicating the column number location of each tab stop.

Example

The following is an example of a DECTABSR sequence:

DCS 2 $ u 9/ 17/ 25/ 33/ 41/ 49/ 57/ 65/ 73 ST

9, 17, 25, 33, 41, 49, 57, 65, and 73 are the column numbers for tab stops.