repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
terminal
/
VTKeyTbl.h
blob
8f4c2842030b540192a7f91ed48ceceb071e6e32
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