summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-ae
blob: 56d6b7babb7b2b9a103c0d765d22e870a6ad1135 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);