summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst6
-rw-r--r--smenu.19
2 files changed, 10 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 3bf083c..9462249 100644
--- a/README.rst
+++ b/README.rst
@@ -26,9 +26,9 @@ How to build it?
development platform is available. This includes every Unix and
Unix-like system I am aware of.
-Please use the provided ``build.sh`` to build the executable. This
-script accepts the same arguments as ``configure``, type ``build.sh
---help`` to see them.
+Please use the provided ``build.sh`` script to build the executable.
+This script accepts the same arguments as the GNU ``configure`` script,
+type ``build.sh --help`` to see them.
The script ``autogen.sh`` is also provided if you need to generate a
new ``configure`` script from ``configure.ac`` and ``Makefile.am``. The
diff --git a/smenu.1 b/smenu.1
index 1da1693..5658954 100644
--- a/smenu.1
+++ b/smenu.1
@@ -1583,13 +1583,18 @@ with the cursor on \fIQuit\fP and only the numbers and "Quit" selectable.
\f(CBR=$(smenu -q -d -s/Exit -M -n 30 -c \\
-e "@+" -E '/@+/ /' \\
-F -D n:1 i:1 \\
- -m "Test menu"$'\\n' < sample.mnu)
+ -m "Test menu" < sample.mnu)
The selected entry will be available in \f(CBR\fP
Try to understand it as an exercise.
.SH ENVIRONMENT
-\fINO_COLOR\fP: force a monochrome terminal when set.
+.TS
+tab(@);
+l l.
+\fINO_COLOR\fP@force a monochrome terminal when set.
+\fICTXOPT_DEBUG\fP@put the option parser in debug mode.
+.TE
.SH BUGS/LIMITATIONS
Some terminal emulators, those notably based on VTE version later than
0.35 (see https://github.com/GNOME/vte/commit/01380d), have a new feature