summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/info
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-15 21:39:33 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-15 21:39:33 +0000
commitf4e11623bbd2183bfcdce4dec50d5009872cacf6 (patch)
tree68a6248b98e4c2af45363b70809a84bcd338b5bf /gnu/usr.bin/texinfo/info
parent5d9f4d722a52b44e1542da07a937f82c88e34cb1 (diff)
Import of texinfo-3.9.
Diffstat (limited to 'gnu/usr.bin/texinfo/info')
-rw-r--r--gnu/usr.bin/texinfo/info/terminal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info/terminal.h b/gnu/usr.bin/texinfo/info/terminal.h
index f60574f31c8..7cb115835c6 100644
--- a/gnu/usr.bin/texinfo/info/terminal.h
+++ b/gnu/usr.bin/texinfo/info/terminal.h
@@ -3,7 +3,7 @@
/* This file is part of GNU Info, a program for reading online documentation
stored in Info format.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 96 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -123,4 +123,7 @@ extern VFunction *terminal_scroll_terminal_hook;
extern void terminal_ring_bell ();
extern VFunction *terminal_ring_bell_hook;
+/* The key sequences output by the arrow keys, if this terminal has any. */
+extern char *term_ku, *term_kd, *term_kr, *term_kl;
+
#endif /* !_TERMINAL_H_ */