Re: Command-line completion

[prev] [thread] [next] [lurker] [Date index for 2005/02/02]

From: peter (Peter da Silva)
Subject: Re: Command-line completion
Date: 14:48 on 02 Feb 2005
> (you don't really think ALL the software ideas from the '70s are still
> around, do you?)

Oh, a whole new category of hate. Good ideas that vanished.

Me first:

	Berkeley smart buffering.

		Instead of line-buffering and having code like this:

			fprintf("%s: ", current); fflush(stdout);
			fgets(buf, sizeof buf - 1, stdin);

		It only did an fflush on interactive files when reading
		from an interactive file. Incomplete prompt syndrome never
		happened.

There's stuff above here

Generated at 23:00 on 03 Feb 2005 by mariachi 0.52