Skip to content

Commit

Permalink
set xterm as default frontend (fixes #542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Feb 9, 2019
1 parent 22d3e35 commit 100436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-terminal/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class TerminalConfigProvider extends ConfigProvider {
},
},
terminal: {
frontend: 'hterm',
frontend: 'xterm',
autoOpen: false,
fontSize: 14,
linePadding: 0,
Expand Down

0 comments on commit 100436f

Please sign in to comment.