Changeset 42915
- Timestamp:
- Aug 24, 2025, 11:55:30 AM (11 months ago)
- Location:
- tags/ipp-unions-20250528/Ohana/src/opihi
- Files:
-
- 2 edited
-
pclient/pclient.c.in (modified) (2 diffs)
-
pcontrol/pcontrol.c.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-unions-20250528/Ohana/src/opihi/pclient/pclient.c.in
r39457 r42915 4 4 # define opihi_prompt "pclient: " 5 5 # define opihi_description "pcontrol client shell\n" 6 # define opihi_history " "6 # define opihi_history "NONE" 7 7 # define opihi_rcfile ".pcontrolrc" 8 8 … … 22 22 InitPclient (); 23 23 24 // XXX I think this is needed to allow non-blocking reads? 25 // this disables line editing (ctrl-p, etc) 24 26 rl_prep_term_function = dummy_prep_term; 25 27 rl_readline_name = opihi_name; -
tags/ipp-unions-20250528/Ohana/src/opihi/pcontrol/pcontrol.c.in
r42389 r42915 6 6 # define opihi_prompt "pcontrol: " 7 7 # define opihi_description "pcontrol client shell\n" 8 # define opihi_history " .pcontrol"8 # define opihi_history "NONE" 9 9 # define opihi_rcfile ".pcontrolrc" 10 10
Note:
See TracChangeset
for help on using the changeset viewer.
