提交 ae886e54 编写于 作者: D Daniel Imms

Focus the newly created terminal

上级 9a778ae0
......@@ -59,6 +59,7 @@ export class TerminalPanel extends Panel {
public createNewTerminalInstance() : TPromise<void> {
return this.createTerminal().then(() => {
this.updateFont();
this.focus();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册