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/cmd.basic/quit.c

    r4302 r14449  
    1212  }
    1313
     14// the libedit version of readline does not support an incremental write to history file
     15# ifndef RL_READLINE_VERSION
     16  history = get_variable("HISTORY");
     17  if (history != NULL) write_history (history);
     18# endif
     19
    1420  exit (state);
    1521
Note: See TracChangeset for help on using the changeset viewer.