Small cleanups

This commit is contained in:
Keith Winstein
2011-02-12 13:14:47 -05:00
parent 1ef3010bc3
commit 4760da93b3
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
using namespace Terminal;
/* Terminal functions -- routines activated by CSI, escape or a C1 or C2 control char */
/* Terminal functions -- routines activated by CSI, escape or a control char */
static void clearline( Framebuffer *fb, int row, int start, int end )
{