summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/patches/patch-ae')
-rw-r--r--news/tin/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/tin/patches/patch-ae b/news/tin/patches/patch-ae
new file mode 100644
index 00000000000..56d6b7babb7
--- /dev/null
+++ b/news/tin/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2009/10/22 22:01:26 wiz Exp $
+
+--- include/tcurses.h.orig 2008-12-30 20:27:28.000000000 +0100
++++ include/tcurses.h
+@@ -95,6 +95,7 @@
+ # define HpGlitch(func) /*nothing*/
+
+ extern int cmdReadCh(void);
++extern int cmd_get_arrow_key(int prech);
+ extern char *screen_contents(int row, int col, char *buffer);
+ extern void MoveCursor(int row, int col);
+ extern void my_erase(void);