Follow-up Comment #1, bug #48464 (project hurd):

OpenBSD implements IUCLC:
*
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/kern/tty.c?rev=1.132&content-type=text/x-cvsweb-markup
* http://man.openbsd.org/OpenBSD-current/man4/termios.4

It also has a backslash-escape mechanism: its TS_BKSL is similar to the Hurd's
LAST_SLASH.  However, that code is only active if the ICANON and XCASE local
modes and the IUCLC input mode are all set.  It also makes some other
substitutions, for the sake of terminals that do not support e.g. pipe
characters.  It does not seem to echo the backslash that causes the TS_BKSL
flag to be set.

<termios.h> on GNU/Hurd does not define XCASE.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48464>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to