Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Tab Functions > Terminal Functions > Original Functions

Mode-style Monochrome Attributes

Scroll Prev Top Next More

 

TAB(-1,code);

! start special attribute display mode

<output text>

! output text using display mode

TAB(-1,code);

! end special attribute display mode

Note that the following apply to mode style emulations (AM65, AM75, PC*), and not field-style emulations (AM62x, WY5*).

Code

Action

100 / 101

Underscored blinking field start / end

102 / 103

Underscored reverse field start / end

104 / 105

Underscored reverse blinking field start / end

106 / 107

Underscored text without space start / end

108 / 109

Reverse text without space start / end

110 / 111

Reverse blinking text without space start /end

112 / 113

Underscored blinking text without space start / end

114 / 115

Underscored reverse text without space start / end

116 / 117

Underscored reverse blinking text w/out space start / end

118 / 119

Blink without space start / end

 

Example

? tab(23,10);"Normal";tab(-1,108);"Reverse";tab(-1,109);"Normal"

See Also

The system parameter OPTIONS=FIELDEMU for a discussion of mode versus field emulations