Changeset d83621c4
- Timestamp:
- Mar 23, 2010, 5:23:43 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5934b87
- Parents:
- 0d17295
- git-author:
- Nelson Elhage <nelhage@ksplice.com> (03/06/10 17:40:54)
- git-committer:
- Nelson Elhage <nelhage@ksplice.com> (03/23/10 17:23:43)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r0d17295 rd83621c4 2700 2700 2701 2701 owl_global_set_typwin_inactive(&g); 2702 owl_editwin_delete(e); 2702 2703 } 2703 2704 … … 2759 2760 2760 2761 owl_global_set_typwin_inactive(&g); 2762 owl_editwin_delete(e); 2761 2763 owl_global_pop_context(&g); 2762 2764 … … 2772 2774 } 2773 2775 2776 2774 2777 void owl_command_edit_done(owl_editwin *e) 2775 2778 { … … 2781 2784 } 2782 2785 2783 owl_function_run_buffercommand();2784 2785 2786 owl_global_set_typwin_inactive(&g); 2786 2787 owl_global_pop_context(&g); 2787 2788 owl_global_set_needrefresh(&g); 2789 2790 owl_editwin_do_callback(e); 2791 owl_editwin_delete(e); 2788 2792 } 2789 2793 -
functions.c
r0d17295 rd83621c4 1183 1183 } 1184 1184 1185 void owl_function_run_buffercommand(void)1186 {1187 owl_editwin_do_callback(owl_global_get_typwin(&g));1188 }1189 1190 1185 void owl_function_debugmsg(const char *fmt, ...) 1191 1186 { -
global.c
r38cc669 rd83621c4 389 389 g->typwinactive=0; 390 390 391 owl_editwin_delete(g->tw);392 391 werase(owl_global_get_curs_typwin(g)); 393 392 g->tw = NULL;
Note: See TracChangeset
for help on using the changeset viewer.