fix parser bug with bell & broken mouse tracking sgr reporting for movement with button
This commit is contained in:
@@ -1158,7 +1158,7 @@ body.term #content {
|
||||
padding: 6px;
|
||||
display: inline-block;
|
||||
border: 2px solid #3983CD;
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
font-family: "DejaVu Sans Mono", "Liberation Mono", "Inconsolata", monospace; }
|
||||
#screen span {
|
||||
white-space: pre; }
|
||||
|
||||
@@ -22,7 +22,7 @@ body.term {
|
||||
display: inline-block;
|
||||
border: 2px solid #3983CD;
|
||||
|
||||
font-size: 24px; // some font heights cause visual glitches with some font renderers. This should be configurable.
|
||||
font-size: 20px; // some font heights cause visual glitches with some font renderers. This should be configurable.
|
||||
font-family: $screen-stack;
|
||||
|
||||
span {
|
||||
|
||||
Reference in New Issue
Block a user