Changeset 14449 for trunk/Ohana/src/opihi/lib.shell/opihi.c
- Timestamp:
- Aug 8, 2007, 12:27:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/opihi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/opihi.c
r13504 r14449 41 41 status = multicommand (line); 42 42 add_history (line); 43 44 // the libedit version of readline does not support an incremental write to history file 45 # ifdef RL_READLINE_VERSION 43 46 if (history != NULL) append_history (1, history); 47 # endif 48 44 49 } 45 50 free (line);
Note:
See TracChangeset
for help on using the changeset viewer.
