|
@@ -327,8 +327,6 @@ class Terminal with Observable {
|
|
|
/// Resize the terminal screen. [newWidth] and [newHeight] should be greater
|
|
/// Resize the terminal screen. [newWidth] and [newHeight] should be greater
|
|
|
/// than 0.
|
|
/// than 0.
|
|
|
void resize(int newWidth, int newHeight) {
|
|
void resize(int newWidth, int newHeight) {
|
|
|
- final cursorY = buffer.convertViewLineToRawLine(buffer.cursorY);
|
|
|
|
|
-
|
|
|
|
|
final oldWidth = _viewWidth;
|
|
final oldWidth = _viewWidth;
|
|
|
final oldHeight = _viewHeight;
|
|
final oldHeight = _viewHeight;
|
|
|
|
|
|