From 394e6aaf6d71f3b05ffbb31aa1397c785e8d331c Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 29 Oct 2007 00:09:34 +0000 Subject: [PATCH] Possible fix for old remote & arrow keys & tab bar in options --- vopts.cc | 5 +++++ 1 file changed, 5 insertions(+) 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; // ??? -- 2.39.2