Questions tagged [tui]

Text User Interface development: command line, menu driven or full screen applications.

A Text User Interface is any kind of interface that uses only fixed width text mode display. Command line interfaces, which may have no display whatsoever also fall into this category. A text user interface may be menu driven or use mouse input in addition to keyboard input. Graphics may be rendered using extended characters sets, such as high/extended ASCII.

There's now a Stack Exchange site devoted to user interface design: ui.stackexchange.com

Similar tags:

See also:

199 questions
0
votes
1 answer

Need more information on console based UI using Perl Curses::UI, TUI etc

I am looking for developing a console based UI, I see Perl Curses::UI, Text based TUI as possible options. Roughly, I need the admin to select [ from known options ] and enter the mkfs and mount options in this UI and then actual mount the FS. I'm…
vikrant
  • 11
  • 4
-1
votes
1 answer

How to use region_highlight in zsh

I am trying to make a zsh script to give completions in line and am trying to highlight POSTDISPLAY. The zsh docs say to use region_highlight but I can't figure out the proper syntax to get that to highlight anything. Can someone give me an example…
BigWinnz101
  • 61
  • 1
  • 5
-1
votes
2 answers

How to create linux tui like this one on the picture

Could someone share how can i create tui like this one with input boxex and search ? What do i need?
Philip Scot
  • 171
  • 2
  • 2
  • 9
-1
votes
1 answer

meaning of attributes in urwid examples

I am a newcomer to using the Urwid library (built in Python) and I am trying to understand some existing urwid examples at urwid examples. One of them being this code : import urwid palette = [ ('banner', 'black', 'light gray',…
tauseef_CuriousGuy
  • 770
  • 1
  • 12
  • 28
1 2 3
13
14