Misplaced Pages

Dialog (software): Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 11:11, 5 October 2013 editTedickey (talk | contribs)Extended confirmed users, Pending changes reviewers, Rollbackers54,476 edits revert - not an improvement← Previous edit Revision as of 19:56, 9 April 2014 edit undoScotXW (talk | contribs)Extended confirmed users14,417 edits removed Category:Curses (programming library); added [[Category:Category:Free using HotCatNext edit →
Line 61: Line 61:
{{DEFAULTSORT:Dialog (Software)}} {{DEFAULTSORT:Dialog (Software)}}
] ]
] ]
] ]



Revision as of 19:56, 9 April 2014

Not to be confused with dialog box.
dialog
Screenshot showing dialog's editbox widgetDialog - editbox widget
Original author(s)Savio Lam
Developer(s) Thomas E. Dickey
Stable release1.1.20070704 / July 4, 2007 (2007-07-04)
Repository
Operating systemUnix, Linux, POSIX
TypeShell scripts
LicenseLGPL
WebsiteDialog project page

Dialog is an application used in shell scripts which displays text user interface widgets. It uses the curses or ncurses library. The latter provides users with the ability to use a mouse, e.g., in an xterm.

Dialog was created by Savio Lam (first reported version 0.3 was in 1994). It was further modified by several people. Since 1999 it has been maintained (and rewritten) by Thomas Dickey.

At least one fork exists, a FreeBSD-only split into application and library in late 1994. One might also consider lxdialog (part of menuconfig), except that it has been reduced to fragments that can no longer run dialog scripts.

There are several programs inspired by dialog; not all read the same scripts. The most well-known are Xdialog and whiptail.

See also

References

  1. Phil Hughes (April 1994). "Interview with Patrick Volkerding". Linux Journal.
  2. Jeff Tranter (September 1994). "Dialog: An Introductory Tutorial". Linux Journal.
  3. "Dialog 0.3 manual page". 1994-01-10.
  4. "Dialog Change Log".
  5. "FreeBSD CVS src/gnu/usr.bin/dialog/".
  6. "FreeBSD library manual for dialog".

External links

[[Category:

Categories: