Changeset 10667 for trunk/Ohana/src/opihi/pclient/pclient.c
- Timestamp:
- Dec 12, 2006, 3:05:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pclient/pclient.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pclient/pclient.c
r9473 r10667 6 6 # define opihi_history "" 7 7 # define opihi_rcfile ".pcontrolrc" 8 9 void dummy_prep_term (int flag) { 10 } 8 11 9 12 /* program-dependent initialization */ … … 17 20 InitChild (); 18 21 22 rl_prep_term_function = dummy_prep_term; 19 23 rl_readline_name = opihi_name; 20 24 rl_attempted_completion_function = command_completer; … … 59 63 exit (status); 60 64 } 65
Note:
See TracChangeset
for help on using the changeset viewer.
