+
Point of view
All features
expanded class USER_INTERFACE
Summary
Direct parents
Insert list: NCURSES_HANDLER
Overview
Features
{ANY}
run_curses (app: UI_APPLICATION)
effective procedure
{ANY}
Create a new Curses user interface and run an internal stack
start_curses (app: UI_APPLICATION, stack: LOOP_STACK)
effective procedure
{ANY}
Create a new Curses user interface, add it to the provided stack, *and* run the stack.
(The loop stack is controlled by the ncurses framework)
run_readline (app: UI_APPLICATION)
effective procedure
{ANY}
Create a new GNU Readline user interface and run an internal stack
stack_readline (app: UI_APPLICATION, stack: LOOP_STACK)
effective procedure
{ANY}
Create a new GNU Readline user interface and add it to the provided stack
run_web (app: UI_APPLICATION)
effective procedure
{ANY}
Create a new Web user interface (actually a web server) and run an internal stack
stack_web (app: UI_APPLICATION, stack: LOOP_STACK)
effective procedure
{ANY}
Create a new Web user interface (actually a web server) and add it to the provided stack