From c2b3279615398942adce087119bde9e4fcfd9ab0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Jul 2017 22:13:12 +0300 Subject: Remove command line option --default-cursor and add option --hide-cursor. --- src/commandline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commandline.cpp') diff --git a/src/commandline.cpp b/src/commandline.cpp index dc939786d..e1f7ebc20 100644 --- a/src/commandline.cpp +++ b/src/commandline.cpp @@ -162,7 +162,7 @@ void parseOptions(const int argc, char *const argv[]) { "renderer", required_argument, nullptr, 'r' }, { "server-type", required_argument, nullptr, 'y' }, { "enable-ipc", no_argument, nullptr, 'I' }, - { "default-cursor", no_argument, nullptr, 'q' }, + { "hide-cursor", no_argument, nullptr, 'q' }, { "error", no_argument, nullptr, 'e' }, { "validate", no_argument, nullptr, 'V' }, { nullptr, 0, nullptr, 0 } @@ -260,7 +260,7 @@ void parseOptions(const int argc, char *const argv[]) options.ipc = true; break; case 'q': - options.defaultCursor = true; + options.hideCursor = true; break; case 'e': options.error = true; -- cgit v1.2.3-60-g2f50