summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/yesno/yesno.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/yesno/yesno.sh b/examples/yesno/yesno.sh
index 11e9ffb..b84ff13 100755
--- a/examples/yesno/yesno.sh
+++ b/examples/yesno/yesno.sh
@@ -1,7 +1,8 @@
#!/bin/bash
RES=$(
- ../../smenu -2 ^Y -1 ^N -3 ^C -s /^N -m "Please confirm your choice:" \
+ ../../smenu -2 ^Y -1 ^N -3 ^C -s /^N -x cur 10 \
+ -m "Please confirm your choice:" \
<<< "YES NO CANCEL"
)