Skip to content

Commit

Permalink
Merge branch 'v1_self-contained' of tig:tig/Terminal.Gui into v1_self…
Browse files Browse the repository at this point in the history
…-contained
  • Loading branch information
tig committed May 7, 2023
2 parents b9b0e4e + c5f3ce8 commit 7349836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ bool CheckTimers (bool wait, out int pollTimeout)
return ic > 0;
}

void IMainLoopDriver.MainIteration ()
void IMainLoopDriver.Iteration ()
{
if (winChanged) {
winChanged = false;
Expand Down

0 comments on commit 7349836

Please sign in to comment.