Fix terminal resize on window resize
This still does not update the terminal COLUMNS and ROWS
This commit is contained in:
@@ -1113,7 +1113,7 @@ footer {
|
||||
flex-grow: 1;
|
||||
margin-bottom: 5px;
|
||||
color: white;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
padding: 5px;
|
||||
font-family: monospace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user