Terminal: Add header VTKeyTbl.h

... exporting what is defined in VTKeyTbl.c.
This commit is contained in:
Ingo Weinhold 2013-05-09 23:53:29 +02:00
parent 74ec65d843
commit a7000a02a0
2 changed files with 17 additions and 0 deletions

View File

@ -28,8 +28,12 @@
*
*/
#include "VTKeyTbl.h"
#include "VTkeymap.h"
int function_keycode_table[] =
{
F1_KEY,

View File

@ -0,0 +1,13 @@
/*
* 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_H
extern int function_keycode_table[];
extern char* function_key_char_table[];
#endif // VT_KEY_TABLE_H