xref: /haiku/src/apps/terminal/VTKeyTbl.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1 /*
2  * Copyright 2013 Ingo Weinhold, ingo_weinhold@gmx.de. All rights reserved.
3  * Distributed under the terms of the MIT license.
4  */
5 #ifndef VT_KEY_TABLE_H
6 #define VT_KEY_TABLE_H
7 
8 
9 extern int function_keycode_table[];
10 extern char* function_key_char_table[];
11 
12 
13 #endif	// VT_KEY_TABLE_H
14