Changeset 3233 for trunk/essentials/app-shells/bash/bashhist.c
- Timestamp:
- Apr 30, 2007, 1:04:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/bashhist.c
r3231 r3233 706 706 hist_last_line_added = 1; 707 707 hist_last_line_pushed = 0; 708 add_history (line );708 add_history (line, 1); 709 709 history_lines_this_session++; 710 710 }
Note:
See TracChangeset
for help on using the changeset viewer.