10 int i, dirty, dirty_len;
12 int reset_console_start = 0, reset_console_end = 0;
13 int new_x = -1, new_y = -1;
20 if( mode == 0xFFFF0000 ) {
61 int view_height = y_end - y_start;
65 dirty_len = view_height;
70 reset_console_start = con_y_start;
71 reset_console_end = con_y_end + 1;
73 reset_gfx_pos =
FALSE;
82 for (i = 0; i < context->
view_h; i++) {
87 dirty_len = context->
view_h;
106 if( new_x!=-1 || new_y!=-1 ) {