Line discipline (cled) patches 1 of 1

Dave Shepperd shepperd at dms.UUCP
Tue Nov 28 06:59:45 AEST 1989


Here's some patches to cled.c and its makefile to fix a couple problems
that some people have noticed. Save this whole message to a file in the cled
directory type:

	patch < this_message_file

======================================
Index: cled.c
1321c
        } else if (lb->c == RUB) {      /* handle DEL key! */
          fndx = lb->ttybf->keymap[CLEKEY_DEL];
          (*edit_functions[fndx])(lb);   /* do the edit function */
          return;
        }
.
798a
#endif
.
797a
#if 1
    cle_puts(lb->prmpt,lb->ttybf->ttyp);
#else
.
======================================
Index: makefile
16a
	touch /usr/sys/io/libio.a
.
-- 
Dave Shepperd.	    shepperd at dms.UUCP or motcsd!dms!shepperd
Atari Games Corporation, 675 Sycamore Drive, Milpitas CA 95035.
Nobody knows what I'm saying. I don't even know what I'm saying.



More information about the Comp.unix.i386 mailing list