Difference between revisions of "Textmode IDE"

From Lazarus wiki
Jump to navigationJump to search
 
Line 9: Line 9:
 
White on black: Write( ESC, '[7m' );
 
White on black: Write( ESC, '[7m' );
 
Bright on black: Write( ESC, '[7;1m' );
 
Bright on black: Write( ESC, '[7;1m' );
 +
 +
 +
See also [[Textmode IDE developement]] (if the link stops working, correct the misspelling)

Revision as of 16:26, 24 July 2008

English (en)

How to get the fpc ide running under Mac OS X

Terminals, fonts, ESC codes, and why do I get all these funny characters: Terminal & Fonts

Noticed TCRT does not give proper results in Darwin terminal.app. Using DEC control codes, some of them can be done.

White on black: Write( ESC, '[7m' ); Bright on black: Write( ESC, '[7;1m' );


See also Textmode IDE developement (if the link stops working, correct the misspelling)