X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/8efc0c151a0f57612e1aa0abb5b7d536db4cf76a..e99766900df635875ca0b82c3814ba6e837632d2:/ttymodes.h diff --git a/ttymodes.h b/ttymodes.h index 3db5f33f..312b8448 100644 --- a/ttymodes.h +++ b/ttymodes.h @@ -1,33 +1,36 @@ /* - -ttymodes.h - -Author: Tatu Ylonen - SGTTY stuff contributed by Janne Snabb - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Tue Mar 21 15:42:09 1995 ylo - -*/ + * + * ttymodes.h + * + * Author: Tatu Ylonen + * SGTTY stuff contributed by Janne Snabb + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Tue Mar 21 15:42:09 1995 ylo + * + */ /* RCSID("$Id$"); */ /* The tty mode description is a stream of bytes. The stream consists of - opcode-arguments pairs. It is terminated by opcode TTY_OP_END (0). - Opcodes 1-127 have one-byte arguments. Opcodes 128-159 have integer - arguments. Opcodes 160-255 are not yet defined, and cause parsing to - stop (they should only be used after any other data). + * opcode-arguments pairs. It is terminated by opcode TTY_OP_END (0). + * Opcodes 1-127 have one-byte arguments. Opcodes 128-159 have integer + * arguments. Opcodes 160-255 are not yet defined, and cause parsing to + * stop (they should only be used after any other data). + * + * The client puts in the stream any modes it knows about, and the + * server ignores any modes it does not know about. This allows some degree + * of machine-independence, at least between systems that use a posix-like + * tty interface. The protocol can support other systems as well, but might + * require reimplementing as mode names would likely be different. + */ - The client puts in the stream any modes it knows about, and the - server ignores any modes it does not know about. This allows some degree - of machine-independence, at least between systems that use a posix-like - tty interface. The protocol can support other systems as well, but might - require reimplementing as mode names would likely be different. */ - -/* Some constants and prototypes are defined in packet.h; this file - is only intended for including from ttymodes.h. */ +/* + * Some constants and prototypes are defined in packet.h; this file + * is only intended for including from ttymodes.c. + */ /* termios macro */ /* sgtty macro */ /* name, op */