Merge branch 'master' into scrollback-completion

This commit is contained in:
Daniel Micay 2012-06-02 13:29:08 -04:00
commit 6c341024d7
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ int main(int argc, char **argv) {
command_argv = default_argv;
}
VtePty *pty = vte_terminal_pty_new(VTE_TERMINAL(vte), (VtePtyFlags)0, &error);
VtePty *pty = vte_terminal_pty_new(VTE_TERMINAL(vte), VTE_PTY_DEFAULT, &error);
if (!pty) {
g_printerr("Failed to create pty: %s\n", error->message);