Text-based user interface: Difference between revisions

Content deleted Content added
Undid revision 1067062662 by 185.113.60.55 (talk)
Abe
Tags: Reverted Mobile edit Mobile web edit
Line 1:
<html>
{{short description|Type of interface based on outputting to or controlling a text display}}
<head>
{{distinguish|Command-line interface}}
<title>Atul</title>
{{refimprove|date=September 2014}}
</head>
[[File:Midnight Commander (2005) en.png|thumb|300px|Some [[file manager]]s implement a TUI (''here: [[Midnight Commander]]'')]]
<body bgcolor="red">
[[File:Vim-%28logiciel%29-console.png|thumb|300px|[[Vim (text editor)|Vim]] is a very widely used TUI text editor]]
Atul
 
</body>
In [[computing]], '''text-based user interfaces''' ('''TUI''') (alternately '''terminal user interfaces''', to reflect a dependence upon the properties of [[computer terminal]]s and not just text), is a [[retronym]] describing a type of [[user interface]] (UI) common as an early form of [[human–computer interaction]], before the advent of [[graphical user interface]]s (GUIs). Like GUIs, they may use the entire [[Electronic visual display|screen]] area and accept [[mouse (computing)|mouse]] and other inputs. They may also use color and often structure the display using special graphical [[Character (computing)|character]]s such as ┌ and ╣, referred to in [[Unicode]] as the "box drawing" set. The modern context of use is usually a [[terminal emulator]].
</html>
<!-- [[VisiCalc]] and the [[Emacs]] and [[vi]] [[visual editor]]s are the earliest examples of TUIs. -->
 
== Types of text terminals ==