1999-12-29 21:32:14 +00:00
|
|
|
*** spice/common/src/lib/fte/x10.c.orig Sat Jan 29 18:47:11 1994
|
|
|
|
--- spice/common/src/lib/fte/x10.c Sun Dec 12 14:56:48 1999
|
1999-12-25 15:40:48 +00:00
|
|
|
***************
|
|
|
|
*** 726,737 ****
|
|
|
|
--- 726,740 ----
|
|
|
|
graph->commandline, fx0, fx1, fy0, fy1);
|
|
|
|
}
|
|
|
|
|
|
|
|
+ /* don't use the following if using GNU Readline - AV */
|
|
|
|
+ #ifndef HAS_GNUREADLINE
|
|
|
|
/* hack for Gordon Jacobs */
|
|
|
|
/* add to history list if plothistory is set */
|
|
|
|
if (cp_getvar("plothistory", VT_BOOL, (char *) &dummy)) {
|
|
|
|
wl = cp_parse(buf);
|
|
|
|
(void) cp_addhistent(cp_event++, wl);
|
|
|
|
}
|
|
|
|
+ #endif /* HAS_GNUREADLINE */
|
|
|
|
|
|
|
|
(void) cp_evloop(buf);
|
|
|
|
|