summaryrefslogtreecommitdiffstats
path: root/ttymodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttymodes.h')
-rw-r--r--ttymodes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ttymodes.h b/ttymodes.h
index 79726aa4..41aad79d 100644
--- a/ttymodes.h
+++ b/ttymodes.h
@@ -1,18 +1,18 @@
/*
- *
+ *
* ttymodes.h
- *
+ *
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* SGTTY stuff contributed by Janne Snabb <snabb@niksula.hut.fi>
- *
+ *
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
- *
+ *
* Created: Tue Mar 21 15:42:09 1995 ylo
- *
+ *
*/
-/* RCSID("$Id: ttymodes.h,v 1.3 1999/11/25 00:54:59 damien Exp $"); */
+/* RCSID("$Id: ttymodes.h,v 1.4 2000/04/16 01:18:49 damien Exp $"); */
/* 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).