exit command mode after launching url

Signed-off-by: Daniel Wallace <daniel.wallace@gatech.edu>
Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com>

This fixes issue #30.
This commit is contained in:
Daniel Wallace 2012-07-21 22:52:29 +00:00 committed by Simon Gomizelj
parent 2809a040bc
commit affac554fe
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ gboolean key_press_cb(VteTerminal *vte, GdkEventKey *event, keybind_info *info)
break;
case GDK_KEY_Return:
open_selection(vte);
end_selection(vte, &info->select);
break;
}
return TRUE;