Text User Interface

From Free Pascal wiki
Revision as of 17:20, 1 June 2019 by Djzepi (talk | contribs) (Created page with "{{Text User Interface}} '''Text user interface''' is a character-based interface where the pixels on the screen are not controlled one by one, but all the results on the scre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

English (en) suomi (fi)

Text user interface is a character-based interface where the pixels on the screen are not controlled one by one, but all the results on the screen come from the graphics card's character generator, which typically has a collection of characters according to the ASCII or ANSI X3.64 (VT100) standard. TUI is different from the command line:

  • it can use full screen area (or window), not just line-to-line printing.
  • as a GUI, it accepts mouse and other inputs.


Free Vision is a text user interface -based application framework.