aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
diff options
context:
space:
mode:
authorGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 02:55:04 -0800
committerGravatar Geoff Nixon <geoff.nixon@aol.com>2014-02-27 06:23:40 -0800
commit18dd6f58e3b9bc44d9850947bdb3f17c2f05f2cf (patch)
treea9cecef0c6d630ab11ccfa02c466a236d6d2126b /screen.cpp
parentddcd2b0810087394d17bd80c46d74cca0acd8924 (diff)
Fixes .c -> .cpp in comments. For doxygen.
Diffstat (limited to 'screen.cpp')
-rw-r--r--screen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/screen.cpp b/screen.cpp
index 7c02c384..d4da5b6b 100644
--- a/screen.cpp
+++ b/screen.cpp
@@ -1,4 +1,4 @@
-/** \file screen.c High level library for handling the terminal screen
+/** \file screen.cpp High level library for handling the terminal screen
The screen library allows the interactive reader to write its
output to screen efficiently by keeping an internal representation
@@ -298,7 +298,6 @@ size_t escape_code_length(const wchar_t *code)
if (code[1] >= L'@' && code[1] <= L'_')
{
resulting_length = 2;
- found = true;
}
}