From: Chris Tallon Date: Mon, 29 Oct 2007 00:09:34 +0000 (+0000) Subject: Possible fix for old remote & arrow keys & tab bar in options X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=394e6aaf6d71f3b05ffbb31aa1397c785e8d331c;p=vompclient-marten.git Possible fix for old remote & arrow keys & tab bar in options --- diff --git a/vopts.cc b/vopts.cc index b45c886..8342865 100644 --- a/vopts.cc +++ b/vopts.cc @@ -168,6 +168,11 @@ int VOpts::handleCommand(int command) BoxStack::getInstance()->update(this); return 2; } + else if (retval == 2) + { + // command was taken and actively ignored + return 2; + } else { return 1; // ???