[DGD] input_to() feature

Noah Gibbs angelbob at monkeyspeak.com
Fri Jun 14 18:10:44 CEST 2002


On Fri, 14 Jun 2002, Lord Lerkista wrote:
> There's anyway to turn input_to() to recognize when i type a char 
> without having to press enter??

  Basically what you'd need to do to make something like this happen is to
put the telnet connection into character mode instead of line mode.  I
would expect DGD's telnet handling to get confused by this (I haven't
tried it, but it seems likely if it hasn't been tested in this mode) and
you'd need to patch DGD for it to even let the (high-ascii) characters
requesting the mode-change through.

  Something you *could* do, especially now that DGD supports multiple
binary ports, would be to write a more complex telnet handler in LPC, one
that supports character-mode (and maybe things like screen resize, while
we're at it), and write your own interface to *that*.
  That's quite a lot of work, though.

-- 
angelbob at monkeyspeak.com
See my page of DGD documentation at
"http://phantasmal.sourceforge.net/DGD/"
If you post to the DGD list, you may see yourself there!


_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list