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