Prevents a Process breaks rendering on Linux. (#1506)

This commit is contained in:
BDisp
2021-11-13 15:46:02 +00:00
committed by GitHub
parent 64b00e3000
commit ce99df4629

View File

@@ -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);