uterm: add uterm_keysyms.h
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 11 Sep 2012 17:30:26 +0000 (19:30 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 11 Sep 2012 17:30:26 +0000 (19:30 +0200)
commit55e37dde777b422244a8f396e22a6f3d8ea664ca
treedeade42afc2dab4c7193e3f7740d04f3b883ba74
parent7f2d9dc4ffd11515448635fb9b2b4ad8f9b4232a
uterm: add uterm_keysyms.h

We need a copy of xkbcommon-keysyms.h as long as xkbcommon is not included
in all major distributions. We _need_ this build-time dependency,
otherwise, we cannot build the other keyboard backends.

However, requiring xkbcommon as build-time dependency is not a solution as
no major distribution includes it.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
COPYING
Makefile.am
src/main.c
src/terminal.c
src/uterm.h
src/uterm_input_plain.c
src/uterm_keysyms.h [moved from external/xkbcommon-keysyms.h with 99% similarity]
src/uterm_vt.c
src/vte.c