/** Copyright 2013 Ingo Weinhold, ingo_weinhold@gmx.de. All rights reserved.* Distributed under the terms of the MIT license.*/#ifndef VT_KEY_TABLE_H#define VT_KEY_TABLE_Hextern int function_keycode_table[];extern char* function_key_char_table[];#endif // VT_KEY_TABLE_H