summaryrefslogtreecommitdiffstats
path: root/UserOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'UserOptions.cpp')
-rw-r--r--UserOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UserOptions.cpp b/UserOptions.cpp
index daa225f..b9881ac 100644
--- a/UserOptions.cpp
+++ b/UserOptions.cpp
@@ -6,7 +6,7 @@
void SavEdit::clear()
{
/*
- * Weird screen clear trick I do not remember where I learned it.
+ * Operating system agnostic function that clears the screen.
*/
std::cout << "\033[2J\033[1;1H";
}