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

@@ -4,9 +4,17 @@
background-color: rgba(158,158,158,0.2);
}
md-card-content.terminal-container {
.terminal-container {
background-color: #000;
padding: 0;
display: flex;
align-items: stretch;
justify-content: stretch;
flex: 1;
}
.terminal-instance{
width: 100%;
}
.clock {