Index: trunk/Ohana/src/opihi/pclient/pclient.c
===================================================================
--- trunk/Ohana/src/opihi/pclient/pclient.c	(revision 9473)
+++ trunk/Ohana/src/opihi/pclient/pclient.c	(revision 10667)
@@ -6,4 +6,7 @@
 # define opihi_history ""
 # define opihi_rcfile ".pcontrolrc"
+
+void dummy_prep_term (int flag) {
+}
 
 /* program-dependent initialization */
@@ -17,4 +20,5 @@
   InitChild ();
 
+  rl_prep_term_function = dummy_prep_term;
   rl_readline_name = opihi_name;
   rl_attempted_completion_function = command_completer;
@@ -59,2 +63,3 @@
   exit (status);
 }
+
