- Timestamp:
- Mar 7, 2010, 6:56:51 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- b30c256
- Parents:
- 30c5aab
- git-author:
- David Benjamin <davidben@mit.edu> (10/26/09 16:48:25)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/07/10 18:56:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r8099357 rd64f963 628 628 update_panels(); 629 629 /* leave the cursor in the appropriate window */ 630 if (owl_global_is_typwin_active(&g)) { 630 if (!owl_popwin_is_active(owl_global_get_popwin(&g)) 631 && owl_global_is_typwin_active(&g)) { 631 632 owl_function_set_cursor(typwin); 632 633 } else {
Note: See TracChangeset
for help on using the changeset viewer.