Terminal control/Inverse video: Difference between revisions

Content added Content deleted
(Add a Common Lisp example using the ncurses library)
(Add BaCon)
Line 84: Line 84:
Disp "REGULAR",i
Disp "REGULAR",i
Pause 4500</lang>
Pause 4500</lang>

=={{header|BaCon}}==
<lang freebasic>COLOR INVERSE
PRINT "a word"
COLOR RESET
PRINT "a word"</lang>


=={{header|BASIC}}==
=={{header|BASIC}}==