- Timestamp:
- Jun 3, 2010, 2:58:30 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- e8128c5
- Parents:
- 4dd115f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r4dd115f r07b59ea 464 464 if (owl_global_is_needrefresh(&g)) { 465 465 /* Redraw the screen */ 466 467 /* HACK: move the cursor to unmanaged window if necessary; these should be468 * associated with the context or something. */469 if (!owl_popwin_is_active(owl_global_get_popwin(&g))470 && owl_global_get_typwin(&g)) {471 owl_window_set_cursor(owl_global_get_curs_typwin(&g));472 } else {473 owl_window_set_cursor(NULL);474 }475 476 466 owl_window_redraw_scheduled(); 477 467 doupdate(); … … 549 539 550 540 owl_global_pop_context(&g); 551 owl_global_push_context(&g, OWL_CTX_READCONFIG, NULL, NULL );541 owl_global_push_context(&g, OWL_CTX_READCONFIG, NULL, NULL, NULL); 552 542 553 543 perlerr=owl_perlconfig_initperl(opts.configfile, &argc, &argv, &env); … … 616 606 617 607 owl_global_pop_context(&g); 618 owl_global_push_context(&g, OWL_CTX_READCONFIG|OWL_CTX_RECV, NULL, "recv" );608 owl_global_push_context(&g, OWL_CTX_READCONFIG|OWL_CTX_RECV, NULL, "recv", NULL); 619 609 620 610 owl_select_add_pre_select_action(owl_refresh_pre_select_action, NULL, NULL);
Note: See TracChangeset
for help on using the changeset viewer.