IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2007, 12:27:44 PM (19 years ago)
Author:
eugene
Message:

support the BSD libedit as well as readlin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/opihi.c

    r13504 r14449  
    4141      status = multicommand (line);
    4242      add_history (line);
     43
     44// the libedit version of readline does not support an incremental write to history file
     45# ifdef RL_READLINE_VERSION
    4346      if (history != NULL) append_history (1, history);
     47# endif
     48
    4449    }
    4550    free (line);
Note: See TracChangeset for help on using the changeset viewer.