Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

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