Fix terminal resize on window resize

This still does not update the terminal COLUMNS and ROWS
This commit is contained in:
Johannes Zellner
2018-05-15 18:31:52 +02:00
parent 26087e1580
commit f05967d871
3 changed files with 12 additions and 4 deletions

View File

@@ -1113,7 +1113,7 @@ footer {
flex-grow: 1;
margin-bottom: 5px;
color: white;
overflow: auto;
overflow: hidden;
padding: 5px;
font-family: monospace;