Changeset 3442


Ignore:
Timestamp:
05/12/09 21:53:08 (4 years ago)
Author:
pterjan
Message:
  • Don't refresh when only hidden term changed and we have no thumbnails
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/term.c

    r3435 r3442  
    881881                        screen_list->screen[i]->buf + bytes, 
    882882                        screen_list->screen[i]->total); 
    883                 refresh = 1; 
     883                if(screen_list->screen[i]->visible || screen_list->mini) 
     884                    refresh = 1; 
    884885            } 
    885886        } 
Note: See TracChangeset for help on using the changeset viewer.