Changeset f6fae8d for owl.c


Ignore:
Timestamp:
Jun 1, 2010, 12:14:11 PM (15 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
e294783
Parents:
84a4aca
Message:
Port the editwin to owl_window

The others are still unmanaged for now. Fortunately, they were set up as
as panels, so we can see through them to the windows we want in the
meantime. :-)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    ra57f87a rf6fae8d  
    468468    /* these are here in case a relayout changes the windows */
    469469    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 */
    473472    if (!owl_popwin_is_active(owl_global_get_popwin(&g))
    474473        && owl_global_get_typwin(&g)) {
    475       owl_function_set_cursor(typwin);
     474      /* owl_function_set_cursor(typwin); */
    476475    } else {
    477476      owl_function_set_cursor(sepwin);
Note: See TracChangeset for help on using the changeset viewer.