[vte] vteapp: Make the bell option consistent between the two test apps



commit 32984f268cb1d042a9cf854d23886294e9267033
Author: Egmont Koblinger <egmont gmail com>
Date:   Fri Sep 12 00:38:34 2014 +0200

    vteapp: Make the bell option consistent between the two test apps

 src/vteapp.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/vteapp.c b/src/vteapp.c
index 7841a7c..4227a0f 100644
--- a/src/vteapp.c
+++ b/src/vteapp.c
@@ -563,7 +563,7 @@ main(int argc, char **argv)
         char *transparent = NULL;
         char *encoding = NULL;
         char *cjk_ambiguous_width = NULL;
-       gboolean audible = TRUE,
+       gboolean audible = FALSE,
                 debug = FALSE, no_builtin_dingus = FALSE, dbuffer = TRUE,
                 console = FALSE, keep = FALSE,
                 icon_title = FALSE, shell = TRUE,
@@ -624,9 +624,9 @@ main(int argc, char **argv)
                        "Disable double-buffering", NULL
                },
                {
-                       "audible", 'a', G_OPTION_FLAG_REVERSE,
+                       "audible-bell", 'a', 0,
                        G_OPTION_ARG_NONE, &audible,
-                       "Use visible, instead of audible, terminal bell",
+                       "Use audible terminal bell",
                        NULL
                },
                {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]