graphic charset and a few more escapes.
This commit is contained in:
35
config.h
35
config.h
@ -36,3 +36,38 @@ static Key key[] = {
|
||||
{ XK_Up, "\033[A" },
|
||||
{ XK_Down, "\033[B" },
|
||||
};
|
||||
|
||||
static char gfx[] = {
|
||||
['}'] = 'f',
|
||||
['.'] = 'v',
|
||||
[','] = '<',
|
||||
['+'] = '>',
|
||||
['-'] = '^',
|
||||
['h'] = '#',
|
||||
['~'] = 'o',
|
||||
['a'] = ':',
|
||||
['f'] = '\\',
|
||||
['`'] = '+',
|
||||
['z'] = '>',
|
||||
['{'] = '*',
|
||||
['q'] = '-',
|
||||
['i'] = '#',
|
||||
['n'] = '+',
|
||||
['y'] = '<',
|
||||
['m'] = '+',
|
||||
['j'] = '+',
|
||||
['|'] = '!',
|
||||
['g'] = '#',
|
||||
['o'] = '~',
|
||||
['p'] = '-',
|
||||
['r'] = '-',
|
||||
['s'] = '_',
|
||||
['0'] = '#',
|
||||
['w'] = '+',
|
||||
['u'] = '+',
|
||||
['t'] = '+',
|
||||
['v'] = '+',
|
||||
['l'] = '+',
|
||||
['k'] = '+',
|
||||
['x'] = '|',
|
||||
};
|
||||
|
Reference in New Issue
Block a user