Changeset cf83b7a for owl.c


Ignore:
Timestamp:
Jun 30, 2003, 6:12:40 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
453bd70
Parents:
c9334b1
Message:
Started adding code to do question/response stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    re7cc1c3 rcf83b7a  
    488488    } else if (owl_global_is_typwin_active(&g)
    489489               && owl_editwin_get_style(tw)==OWL_EDITWIN_STYLE_ONELINE) {
     490      /*
    490491      owl_context_set_editline(owl_global_get_context(&g), tw);
    491492      owl_function_activate_keymap("editline");
     493      */
    492494    } else if (owl_global_is_typwin_active(&g)
    493495               && owl_editwin_get_style(tw)==OWL_EDITWIN_STYLE_MULTILINE) {
Note: See TracChangeset for help on using the changeset viewer.