mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
force Terminal.brokenBold=True
bold always seems broken
This commit is contained in:
parent
5965e58eb5
commit
d48210701f
@ -2,6 +2,7 @@ define ([], function() {
|
||||
"use strict";
|
||||
function make_terminal(element, size, ws_url) {
|
||||
var ws = new WebSocket(ws_url);
|
||||
Terminal.brokenBold = true;
|
||||
var term = new Terminal({
|
||||
cols: size.cols,
|
||||
rows: size.rows,
|
||||
|
Loading…
Reference in New Issue
Block a user