- Timestamp:
- Jun 1, 2010, 11:56:01 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 908de44
- Parents:
- cb5a9f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r053f751 ra57f87a 463 463 /* update the terminal if we need to */ 464 464 if (owl_global_is_needrefresh(&g)) { 465 /* Redraw the screen */ 465 466 owl_window_redraw_scheduled(); 466 467 467 468 /* these are here in case a relayout changes the windows */ 468 469 WINDOW *sepwin = owl_global_get_curs_sepwin(&g); 469 WINDOW *typwin = owl_global_get_curs_typwin(&g); 470 471 /* push all changed windows to screen */ 472 update_panels(); 470 owl_window *typwin = owl_global_get_curs_typwin(&g); 471 473 472 /* leave the cursor in the appropriate window */ 474 473 if (!owl_popwin_is_active(owl_global_get_popwin(&g))
Note: See TracChangeset
for help on using the changeset viewer.