mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Prevents a Process breaks rendering on Linux. (#1506)
This commit is contained in:
@@ -84,6 +84,8 @@ namespace Terminal.Gui {
|
||||
|
||||
public override void Refresh ()
|
||||
{
|
||||
Curses.raw ();
|
||||
Curses.noecho ();
|
||||
Curses.refresh ();
|
||||
if (Curses.CheckWinChange ()) {
|
||||
Clip = new Rect (0, 0, Cols, Rows);
|
||||
|
||||
Reference in New Issue
Block a user