- Timestamp:
- Jun 1, 2010, 12:14:11 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- e294783
- Parents:
- 84a4aca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
ra57f87a rf6fae8d 468 468 /* these are here in case a relayout changes the windows */ 469 469 WINDOW *sepwin = owl_global_get_curs_sepwin(&g); 470 owl_window *typwin = owl_global_get_curs_typwin(&g); 471 472 /* leave the cursor in the appropriate window */ 470 471 /* move the cursor to unmanaged window if necessary */ 473 472 if (!owl_popwin_is_active(owl_global_get_popwin(&g)) 474 473 && owl_global_get_typwin(&g)) { 475 owl_function_set_cursor(typwin);474 /* owl_function_set_cursor(typwin); */ 476 475 } else { 477 476 owl_function_set_cursor(sepwin);
Note: See TracChangeset
for help on using the changeset viewer.