summaryrefslogtreecommitdiff
path: root/ttymodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttymodes.h')
-rw-r--r--ttymodes.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/ttymodes.h b/ttymodes.h
index b0ef24760..a26e4fa5b 100644
--- a/ttymodes.h
+++ b/ttymodes.h
@@ -1,18 +1,17 @@
1/* 1/*
2 *
3 * ttymodes.h
4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * SGTTY stuff contributed by Janne Snabb <snabb@niksula.hut.fi> 3 * SGTTY stuff contributed by Janne Snabb <snabb@niksula.hut.fi>
7 *
8 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
9 * All rights reserved 5 * All rights reserved
10 * 6 *
11 * Created: Tue Mar 21 15:42:09 1995 ylo 7 * As far as I am concerned, the code I have written for this software
12 * 8 * can be used freely for any purpose. Any derived versions of this
9 * software must be clearly marked as such, and if the derived work is
10 * incompatible with the protocol description in the RFC file, it must be
11 * called by a name other than "ssh" or "Secure Shell".
13 */ 12 */
14 13
15/* RCSID("$OpenBSD: ttymodes.h,v 1.8 2000/06/20 01:39:45 markus Exp $"); */ 14/* RCSID("$OpenBSD: ttymodes.h,v 1.9 2000/09/07 20:27:55 deraadt Exp $"); */
16 15
17/* The tty mode description is a stream of bytes. The stream consists of 16/* The tty mode description is a stream of bytes. The stream consists of
18 * opcode-arguments pairs. It is terminated by opcode TTY_OP_END (0). 17 * opcode-arguments pairs. It is terminated by opcode TTY_OP_END (0).