Changeset a556caa for commands.c
- Timestamp:
- Jul 11, 2009, 1:14:24 PM (14 years ago)
- Branches:
- master, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- bd1a1ae
- Parents:
- a45786e
- git-author:
- Karl Ramm <kcr@1ts.org> (07/07/09 23:03:19)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/11/09 13:14:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r73ba824 ra556caa 2658 2658 owl_function_makemsg("Command cancelled."); 2659 2659 2660 if( e->echochar== 0) {2660 if(owl_editwin_get_echochar(e) == 0) { 2661 2661 hist=owl_editwin_get_history(e); 2662 2662 owl_history_store(hist, owl_editwin_get_text(e));
Note: See TracChangeset
for help on using the changeset viewer.