diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man1/dialog.1 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/dialog.1')
-rw-r--r-- | upstream/debian-unstable/man1/dialog.1 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/upstream/debian-unstable/man1/dialog.1 b/upstream/debian-unstable/man1/dialog.1 index 62aea4ac..89198be4 100644 --- a/upstream/debian-unstable/man1/dialog.1 +++ b/upstream/debian-unstable/man1/dialog.1 @@ -1,5 +1,5 @@ '\" t -.\" $Id: dialog.1,v 1.236 2024/01/01 11:24:25 tom Exp $ +.\" $Id: dialog.1,v 1.238 2024/03/07 21:49:36 tom Exp $ .\" Copyright 2005-2023,2024 Thomas E. Dickey .\" .\" This program is free software; you can redistribute it and/or modify @@ -201,7 +201,7 @@ and data. .bP Otherwise, \fB\*l\fP uses the given size for the widget. . -.SS \fBCommon Options\fP +.SS "\fBCommon Options\fP" Most of the common options are reset before processing each widget. . .IP "\fB\-\-ascii\-lines" @@ -278,6 +278,11 @@ Conversely, if you want to clear the screen and send your cursor to the lower left after the \fB\*p\fP program has exited, use the \fB\-\-erase\-on\-exit\fR\ option. . +.IP "\fB\-\-color-mode \fIcode" +Extend the \fB\-\-colors\fP option to the content of programbox, tailbox +and textbox. +Use code \*(``2\*('' for this feature. +. .IP "\fB\-\-colors" Interpret embedded \*(``\eZ\*('' sequences in the dialog text by the following character, @@ -851,7 +856,7 @@ If you tab to the button row, abbreviations apply to the buttons. Override the label used for \*(``Yes\*('' buttons. . .\" ************************************************************************ -.SS Box Options +.SS "Box Options" All dialog boxes have at least three parameters: .TP 7 \fItext\fP @@ -1666,7 +1671,7 @@ _ \fB\*L\fP's internal keycode names correspond to the \fBDLG_KEYS_ENUM\fP type in \fBdlg_keys.h\fP, e.g., \*(``HELP\*('' from \*(``DLGK_HELP\*(''. -.SS Widget Names +.SS "Widget Names" Some widgets (such as the formbox) have an area where fields can be edited. Those are managed in a subwindow of the widget, and may have separate keybindings from the main widget @@ -1719,7 +1724,7 @@ tailboxbg/tailbox _ .TE .RE -.SS Built-in Bindings +.SS "Built-in Bindings" This manual page does not list the key bindings for each widget, because that detailed information can be obtained by running \fB\*p\fP. If you have set the \fB\-\-trace\fP option, @@ -1897,7 +1902,7 @@ NetBSD 5.1 curses has incomplete support for wide-characters. .SH COMPATIBILITY You may want to write scripts which run with other \fB\*l\fP \*(``clones\*(''. -.SS Original Dialog +.SS "Original Dialog" First, there is the \*(``original\*('' \fB\*p\fP program to consider (versions 0.3 to 0.9). It had some misspelled (or inconsistent) options. |