diff options
Diffstat (limited to 'Source/Applications/Demos/GOL.cpp')
-rw-r--r-- | Source/Applications/Demos/GOL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Applications/Demos/GOL.cpp b/Source/Applications/Demos/GOL.cpp index ba9cb1c..48d728b 100644 --- a/Source/Applications/Demos/GOL.cpp +++ b/Source/Applications/Demos/GOL.cpp @@ -45,7 +45,7 @@ int GOL::run() { } } } - outvt.moveCursor(0, 0); + outvt << MVT::movecsr(0, 0); outvt.write(tmp.toString()); //BYPASS buffering outvt<< "Press Ctrl+h for help" << FLUSH; |