Minor edit on indentation to make it less misleading
authorAndy Valencia <ajv-899-334-8894@vsta.org>
Wed, 31 Aug 2016 02:28:55 +0000 (19:28 -0700)
committerAndy Valencia <ajv-899-334-8894@vsta.org>
Wed, 31 Aug 2016 02:28:55 +0000 (19:28 -0700)
Kernel/vt.c

index d930175..b8dde2f 100644 (file)
@@ -242,7 +242,7 @@ void vtoutput(unsigned char *p, unsigned int len)
                                        cursory = ncursory;
                                if (ncursorx >= 0 && ncursorx <= VT_RIGHT)
                                        cursorx = ncursorx;
-                                       vtmode = 0;
+                               vtmode = 0;
                        } else if (vtmode == 4 ){
                                vtattr = c;
                                vtmode = 0;