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 {
const fontSize = this.settingSvc.setting.fontSize;
this.term = new Terminal({
fontFamily: 'monaco, Consolas, "Lucida Console", monospace',
lineHeight: 1.2,
fontSize: fontSize,
rightClickSelectsWord: true,
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