--- rxvt-unicode/src/rxvt.h 2004/04/02 20:41:01 1.69 +++ rxvt-unicode/src/rxvt.h 2004/05/09 18:19:49 1.71 @@ -911,9 +911,8 @@ #ifdef POINTER_BLANK hidden_pointer:1, #endif - parsed_geometry:1, // enc_utf8:1, /* wether terminal reads/writes utf-8 */ - seen_input:1; /* wether any input has been seen so far */ + parsed_geometry:1; unsigned char refresh_type, #ifdef UTMP_SUPPORT @@ -1213,7 +1212,7 @@ void scr_reset (); void scr_reset_realloc (); void scr_release (); - void scr_clear (bool really = true); + void scr_clear (bool really = false); void scr_refresh (unsigned char refresh_type); bool scr_refresh_rend (rend_t mask, rend_t value); void scr_erase_screen (int mode);