]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Possible fix for old remote & arrow keys & tab bar in options
authorChris Tallon <chris@vomp.tv>
Mon, 29 Oct 2007 00:09:34 +0000 (00:09 +0000)
committerChris Tallon <chris@vomp.tv>
Mon, 29 Oct 2007 00:09:34 +0000 (00:09 +0000)
vopts.cc

index b45c88691f78526696affc185bd7786a26542da0..8342865aca9c331017e28ec39850c6d211765fc0 100644 (file)
--- 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; // ???