diff --git a/doc/man/index.html b/doc/man/index.html index 6e4bc429b..ce766af29 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -17,7 +17,6 @@

notcurses man pages (v1.2.7)

notcurses(3)—a blingful TUI library

Binaries (section 1)

- colloquy—attractive terminal dialogs
notcurses-demo—shows off some notcurses features
notcurses-input—reads and decodes input events
notcurses-ncreel—experiments with ncreels
diff --git a/doc/man/man1/colloquy.1.md b/doc/man/man1/colloquy.1.md deleted file mode 100644 index f504d6a87..000000000 --- a/doc/man/man1/colloquy.1.md +++ /dev/null @@ -1,44 +0,0 @@ -% colloquy(1) -% nick black -% v1.2.7 - -# NAME - -colloquy - Command line dialogs and widgets - -# SYNOPSIS - -**colloquy** [**-h|--help**] - -# DESCRIPTION - -**colloquy** uses notcurses to construct attractive widgets from the command -line and shell scripts. It can be used with any terminal environment, and -supports both keyboards and mice. Available widget types include: - -* Message boxes requiring a button press to continue -* Selection of a single item from a list -* Selection of zero or more items from a list - -Data to be displayed is provided on the command line, and the user's input -is reported on standard output. If the user aborts, the program returns -non-zero. - -**colloquy** is inspired by (and compatible with a subset of) **dialog(1)**, -a similar tool built atop NCURSES. - -# OPTIONS - -**-h**|**--help**: Display a usage message - -# NOTES - -Optimal display requires a terminal advertising the **rgb** terminfo(5) -capability, or that the environment variable **COLORTERM** is defined to -**24bit** (and that the terminal honors this variable), along with a -fixed-width font with good coverage of the Unicode Block Drawing Characters. - -# SEE ALSO - -**dialog(1)**, -**notcurses(3)**