From e2edde2ee48857a97a3bca07d54ac9c7a7f1a892 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 12 Mar 2016 18:56:39 -0500 Subject: [PATCH] Documentation for Console --- src/Console.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Console.hh b/src/Console.hh index 4b63ba5..88d68d7 100644 --- a/src/Console.hh +++ b/src/Console.hh @@ -47,8 +47,9 @@ struct Console Console(); - /** Clear the console to the provided color. */ + /** Clear the console to the current color. */ void clear(); + /** Clear the console to the provided color. */ void clear(Color color); /** Write a character to the terminal at the current cursor position. */