Description
Terminal applications can create window-based text interfaces with ncurses and mouse support helpers.
This API is useful for developers who need simple window creation, layout management, and text UI behavior using ncurses and libgpm. It does not add a finished terminal app; another program uses it to build its interface.
Usability depends on the parent application, terminal emulator, keyboard navigation, and mouse support.