Does anyone know a term for these kind of user interfaces? Some examples:

  • old BIOS menu of PCs

  • safeboot menu of windows

  • other old MSDOS applications running on fullscreen using "keyboard navigating menus" (like accounting softwares).

What is the technical term for such types of interfaces? This could be helpful when searching on google (keywords) for information on writing such applications.

有帮助吗?

解决方案

The term you are looking for is Text-based user interface (TUI). Wikipedia has also some links to libraries which can be used to create such interfaces.

许可以下: CC-BY-SA归因
scroll top