Unverified Commit 580c1486 authored by 老广's avatar 老广 Committed by GitHub

Merge pull request #125 from jumpserver/dev

Dev
parents a8d60714 88619fc4
...@@ -40,6 +40,7 @@ export class ElementSshTermComponent implements OnInit, OnDestroy { ...@@ -40,6 +40,7 @@ export class ElementSshTermComponent implements OnInit, OnDestroy {
const fontSize = this.settingSvc.setting.fontSize; const fontSize = this.settingSvc.setting.fontSize;
this.term = new Terminal({ this.term = new Terminal({
fontFamily: 'monaco, Consolas, "Lucida Console", monospace', fontFamily: 'monaco, Consolas, "Lucida Console", monospace',
lineHeight: 1.2,
fontSize: fontSize, fontSize: fontSize,
rightClickSelectsWord: true, rightClickSelectsWord: true,
theme: { theme: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment