Changeset 403198c for commands.c
- Timestamp:
- Jun 1, 2008, 8:37:02 PM (17 years ago)
- Branches:
- barnowl_perlaim
- Children:
- 7d63a6c
- Parents:
- 5fcf137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rc453ada r403198c 2470 2470 void owl_command_editresponse_done(owl_editwin *e) 2471 2471 { 2472 owl_function_run_buffercommand();2473 2474 2472 owl_global_set_typwin_inactive(&g); 2475 2473 owl_editwin_fullclear(e); 2476 2474 wnoutrefresh(owl_editwin_get_curswin(e)); 2477 2475 owl_global_set_needrefresh(&g); 2476 2477 owl_function_run_buffercommand(); 2478 2478 } 2479 2479
Note: See TracChangeset
for help on using the changeset viewer.