Terminal: Add header VTKeyTbl.h
... exporting what is defined in VTKeyTbl.c.
This commit is contained in:
@@ -28,8 +28,12 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include "VTKeyTbl.h"
|
||||||
|
|
||||||
#include "VTkeymap.h"
|
#include "VTkeymap.h"
|
||||||
|
|
||||||
|
|
||||||
int function_keycode_table[] =
|
int function_keycode_table[] =
|
||||||
{
|
{
|
||||||
F1_KEY,
|
F1_KEY,
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013 Ingo Weinhold, [email protected]. 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
|
||||||
Reference in New Issue
Block a user