4.2 TSET minor bug fix - (nf)

hosking at parsec.UUCP hosking at parsec.UUCP
Tue Apr 10 16:00:00 AEST 1984


#N:parsec:33500002:000:250
parsec!hosking    Apr 10 00:00:00 1984

The following is a minor bug fix for 4.2 TSET.  The original code would
produce odd results if you typed something like:
tset -k^u (as opposed to ^U).


OLD:	#define	CTRL(x)		(x ^ 0100)

NEW:	#define CTRL(x)		(x & ~0140)

					allegra!convex!hosking



More information about the Comp.bugs.4bsd.ucb-fixes mailing list