Changeset 7c80ea42 for functions.c
- Timestamp:
- Jun 25, 2011, 2:23:06 AM (14 years ago)
- Children:
- 32c331d
- Parents:
- 35849fe
- git-author:
- Anders Kaseorg <andersk@mit.edu> (06/22/11 03:04:01)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (06/25/11 02:23:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r57a66fe r7c80ea42 1839 1839 if (enter) { 1840 1840 owl_history *hist = owl_global_get_cmd_history(&g); 1841 owl_history_store(hist, buff );1841 owl_history_store(hist, buff, false); 1842 1842 owl_function_command_norv(buff); 1843 1843 } else {
Note: See TracChangeset
for help on using the changeset viewer.