|
|
|
|
|
by hombre_fatal
27 days ago
|
|
TUI also means terminal user interface. But this is wrong: > it typically means that the UI is drawn by some other machine than the one you're touching I guess you're conflating thin-client terminal in the networking sense vs vt100 hardware terminal lineage (where "terminal" comes from here), but it means a text mode interface that runs in the terminal emulator and uses, say, ansi escape sequences. Rather, when you see TUI, it just means the app runs in one of your kitty panes. Btw, your "Terminal Services" example doesn't show that "terminal" implies remote drawing. It shows Microsoft extended the word to cover remote GUI sessions, which is a later, broader usage. |
|
They didn't. It implies remote drawing and that has at least occasionally included arbitrary graphics. See plan 9 for example.