Insert cell / delete cell. Now usable under xterm TERM

This commit is contained in:
Keith Winstein
2011-02-01 01:29:37 -05:00
parent efabaaf963
commit c409d13f33
4 changed files with 48 additions and 11 deletions
-4
View File
@@ -58,10 +58,6 @@ void Emulator::print( Parser::Print *act )
Cell *this_cell = fb.get_cell();
if ( !this_cell ) { /* zero-size framebuffer */
return;
}
Cell *combining_cell = fb.get_combining_cell();
switch ( chwidth ) {