lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
NAME
	dgd_set_noecho - turn off echoing for telnet connections

SYNOPSIS
	none dgd_set_noecho(obj)

DESCRIPTION
	The connection associated with the given argument `obj' is
	requested to disable character echoing for the next single line
	of input. The connection must be a telnet connection, or
	E_INVARG will be returned.

	This function can be useful to call before receiving a
	password. In conjunction with dgd_set_prompt(), the connection
	can be prompted to enter information on a single line.

	Echoing is automatically reenabled for the connection after a
	line has been received.

	The caller of this function must either be a wizard or own the
	connection in question.

SEE ALSO
	dgd_set_prompt