Difference between revisions of "CodeChart:TeleVideo 925/925 Mode/ESC"
m |
m |
||
| Line 103: | Line 103: | ||
{{CodeDescriptionRow|,|clearallhalfintens|Clear all to half intensity}} | {{CodeDescriptionRow|,|clearallhalfintens|Clear all to half intensity}} | ||
{{CodeDescriptionRow|-|cursorposprc|Position cursor with page|[[#prc|''Pp'' ''Pr'' ''Pc'']]}} | {{CodeDescriptionRow|-|cursorposprc|Position cursor with page|[[#prc|''Pp'' ''Pr'' ''Pc'']]}} | ||
| − | {{CodeDescriptionRow|.|setcursorattr|Set cursor attribute| | + | {{CodeDescriptionRow|.|setcursorattr|Set cursor attribute|[[#cursor-attr|''Pc'']]}} |
{{CodeDescriptionRow|/|cursorreadprc|Read cursor page, row and column, terminal sends three position chars plus CR}} | {{CodeDescriptionRow|/|cursorreadprc|Read cursor page, row and column, terminal sends three position chars plus CR}} | ||
{{CodeDescriptionRow|1|setcolumntab|Set tabstop at current column}} | {{CodeDescriptionRow|1|setcolumntab|Set tabstop at current column}} | ||
| Line 182: | Line 182: | ||
|+ ESC x Parameters | |+ ESC x Parameters | ||
{{ValueDescriptionHeader}} | {{ValueDescriptionHeader}} | ||
| − | {{ValueDescriptionRow| | + | {{ValueDescriptionRow|4 xx|Set character(s) sent at end of send operation - Requires two characters, send NUL as first if only one terminator character desired}} |
| − | {{ValueDescriptionRow| | + | {{ValueDescriptionRow|1 xx|Set character(s) sent at end of line during send operation - Requires two characters, send NUL as first if only one terminator character desired}} |
|} | |} | ||
| Line 189: | Line 189: | ||
|+ ESC space Parameters | |+ ESC space Parameters | ||
{{ValueDescriptionHeader}} | {{ValueDescriptionHeader}} | ||
| − | {{ValueDescriptionRow|1 | + | {{ValueDescriptionRow|1 n hh mm|Set clock; n is A for AM or P for PM, hh is hours, mm is minutes}} |
{{ValueDescriptionRow|2|Read clock}} | {{ValueDescriptionRow|2|Read clock}} | ||
|} | |} | ||
| Line 197: | Line 197: | ||
{{ValueDescriptionHeader}} | {{ValueDescriptionHeader}} | ||
{{ValueDescriptionRow|p|Page: 0 for page 1, 1 for page 2}} | {{ValueDescriptionRow|p|Page: 0 for page 1, 1 for page 2}} | ||
| − | {{ValueDescriptionRow|r|Row: character having ASCII code point of (desired row + 31)}} | + | {{ValueDescriptionRow|r|Row: character having ASCII code point of (desired row + 31) †}} |
| − | {{ValueDescriptionRow|c|Column: character have ASCII code point of (desired column + 31)}} | + | {{ValueDescriptionRow|c|Column: character have ASCII code point of (desired column + 31) †}} |
|} | |} | ||
† '''Note''' Row and column are 1-based. | † '''Note''' Row and column are 1-based. | ||
| + | |} | ||
| + | |||
| + | {| id="cursor-attribute" class="wikitable" | ||
| + | |+ ESC . Parameters | ||
| + | {{ValueDescriptionHeader}} | ||
| + | {{ValueDescriptionRow|0|Cursor off}} | ||
| + | {{ValueDescriptionRow|1|Blinking block}} | ||
| + | {{ValueDescriptionRow|2|Steady block}} | ||
| + | {{ValueDescriptionRow|3|Blinking underline}} | ||
| + | {{ValueDescriptionRow|4|Steady underline}} | ||
|} | |} | ||
|} | |} | ||
Revision as of 03:35, 10 February 2014
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
† Note Row and column are 1-based. |
| Value | Description |
|---|---|
| 0 | Cursor off |
| 1 | Blinking block |
| 2 | Steady block |
| 3 | Blinking underline |
| 4 | Steady underline |
|}