Upgrade to latest xterm version (#348)

* new xterm rewire

* fullscreen improvements

* resize fix

* fixes and font size

* increase decreae font shortcuts

* handle command +- non macos
This commit is contained in:
Marcelo Zapaia
2019-08-06 15:30:12 -03:00
committed by Marcos Nils
parent 5d86894521
commit bfde6dfc24
28 changed files with 11626 additions and 7426 deletions

View File

@@ -0,0 +1,10 @@
.xterm.fullscreen {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: auto;
z-index: 255;
}