Tabulation clear preserves wrap state (per davidben)

This commit is contained in:
Keith Winstein
2012-05-06 20:01:39 -04:00
parent 0901cd8431
commit 22375a2d54
+2 -1
View File
@@ -229,7 +229,8 @@ void CSI_TBC( Framebuffer *fb, Dispatcher *dispatch )
}
}
static Function func_CSI_TBC( CSI, "g", CSI_TBC );
/* TBC preserves wrap state */
static Function func_CSI_TBC( CSI, "g", CSI_TBC, false );
static bool *get_DEC_mode( int param, Framebuffer *fb ) {
switch ( param ) {