diff --git a/src/app/service/term.js b/src/app/service/term.js index cf62402e..218df434 100644 --- a/src/app/service/term.js +++ b/src/app/service/term.js @@ -47,7 +47,7 @@ termColor.TERM_TEXT_UNDERLINE = "\x1B[4m"; // Underline §n termColor.TERM_TEXT_ITALIC = "\x1B[3m"; // Italic §o termColor.TERM_TEXT_B = "\x1B[1m"; -export function initTerminalWindow(elem, fontSize = 13) { +export function initTerminalWindow(elem, fontSize = 12) { const term = new Terminal({ rendererType: "canvas", convertEol: true, diff --git a/src/app/views/Terminal.vue b/src/app/views/Terminal.vue index 0cad3def..41e31352 100644 --- a/src/app/views/Terminal.vue +++ b/src/app/views/Terminal.vue @@ -299,7 +299,7 @@