IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42915


Ignore:
Timestamp:
Aug 24, 2025, 11:55:30 AM (11 months ago)
Author:
eugene
Message:

do not save history lines for pcontrol or pclient

Location:
tags/ipp-unions-20250528/Ohana/src/opihi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-unions-20250528/Ohana/src/opihi/pclient/pclient.c.in

    r39457 r42915  
    44# define opihi_prompt "pclient: "
    55# define opihi_description "pcontrol client shell\n"
    6 # define opihi_history ""
     6# define opihi_history "NONE"
    77# define opihi_rcfile ".pcontrolrc"
    88
     
    2222  InitPclient ();
    2323
     24  // XXX I think this is needed to allow non-blocking reads?
     25  // this disables line editing (ctrl-p, etc)
    2426  rl_prep_term_function = dummy_prep_term;
    2527  rl_readline_name = opihi_name;
  • tags/ipp-unions-20250528/Ohana/src/opihi/pcontrol/pcontrol.c.in

    r42389 r42915  
    66# define opihi_prompt "pcontrol: "
    77# define opihi_description "pcontrol client shell\n"
    8 # define opihi_history ".pcontrol"
     8# define opihi_history "NONE"
    99# define opihi_rcfile ".pcontrolrc"
    1010
Note: See TracChangeset for help on using the changeset viewer.