Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
After clicking on a hyperlink, put the focus back in the command window
  • Loading branch information
nickgammon committed Apr 4, 2018
1 parent 509c009 commit b9e52a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mushview.cpp
Expand Up @@ -2354,11 +2354,10 @@ int line,
if (pDoc->m_bHyperlinkAddsToCommandHistory)
m_bottomview->AddToCommandHistory (strAction);
}

// put the focus back in the send window

OnKeysActivatecommandview ();
} // end of not execute wanted

// put the focus back in the send window
OnKeysActivatecommandview ();
return;
} // end of ACTION_SEND or ACTION_PROMPT
else
Expand Down

0 comments on commit b9e52a1

Please sign in to comment.