Text User Interface

From Free Pascal wiki
Revision as of 19:13, 17 June 2019 by Djzepi (talk | contribs)
(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.


fp ubuntu 13 10.png

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