IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 3:05:10 PM (20 years ago)
Author:
eugene
Message:

flow-control fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pclient/pclient.c

    r9473 r10667  
    66# define opihi_history ""
    77# define opihi_rcfile ".pcontrolrc"
     8
     9void dummy_prep_term (int flag) {
     10}
    811
    912/* program-dependent initialization */
     
    1720  InitChild ();
    1821
     22  rl_prep_term_function = dummy_prep_term;
    1923  rl_readline_name = opihi_name;
    2024  rl_attempted_completion_function = command_completer;
     
    5963  exit (status);
    6064}
     65
Note: See TracChangeset for help on using the changeset viewer.