Video display modes: Difference between revisions

m (→‎{{header|Phix}}: syntax coloured, marked p2js incompatible)
Line 591:
<lang locobasic>10 MODE 0: REM switch to mode 0</lang>
 
=={{header|Lua}}==
Certain terminals may support the following..
<lang lua>print("\33[?3h") -- 132-column text
print("\33[?3l") -- 80-column text</lang>
 
=={{header|Nim}}==
Anonymous user