- ::getCommand should return the canonical form of the command, not the raw
  input.
This commit is contained in:
Paul Beckingham 2014-05-25 22:45:00 -04:00
parent e2aacb87f9
commit 904c42fcbe
2 changed files with 3 additions and 4 deletions

View file

@ -385,7 +385,6 @@ int Context::dispatch (std::string &out)
if (command != "")
{
updateXtermTitle ();
updateVerbosity ();
Command* c = commands[command];