Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    rb24029a r9c7a701  
    444444  owl_mainwin_redisplay(&(g->mw));
    445445  sepbar(NULL);
    446   owl_editwin_redisplay(&(g->tw), 0);
    447 
     446
     447  if (owl_global_is_typwin_active(g)) {
     448    owl_editwin_redisplay(&(g->tw), 0);
     449  }     
    448450  /* TODO: this should handle other forms of popwins */
    449451  if (owl_popwin_is_active(owl_global_get_popwin(g))
Note: See TracChangeset for help on using the changeset viewer.