xref: /haiku/src/apps/terminal/VTKeyTbl.h (revision a09c983cc63b6d50c46a0f2a872fb1adbffcc363)
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