rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
* Minor patch fix...
@ 1992-06-03 17:30 Tom Culliton x2278
  0 siblings, 0 replies; only message in thread
From: Tom Culliton x2278 @ 1992-06-03 17:30 UTC (permalink / raw)
  To: rc

There was a minor error in applying the patch I sent to Byron for SIGINT
handling with readline under SCO Unix.  Here is the correction needed so
that it actually does something.

*** input.c.old	Mon May 25 15:31:28 1992
--- input.c	Wed Jun  3 13:12:15 1992
***************
*** 117,123 ****
  		while (1) {
  #ifdef READLINE
  			if (interactive && istack->fd == 0) {
! 				rlinebuf = readline(prompt);
  				if (rlinebuf == NULL) {
  					chars_in = 0;
  				} else {
--- 117,123 ----
  		while (1) {
  #ifdef READLINE
  			if (interactive && istack->fd == 0) {
! 				rlinebuf = rc_readline(prompt);
  				if (rlinebuf == NULL) {
  					chars_in = 0;
  				} else {



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1992-06-03 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1992-06-03 17:30 Minor patch fix Tom Culliton x2278

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).