Refactor input backend-system
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 21 Jul 2012 17:06:50 +0000 (19:06 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 21 Jul 2012 17:06:50 +0000 (19:06 +0200)
commit741b8d33dfb3a9e5bb3b322db5f5e06d360a8024
tree00ea0c01ccce035d89ab70bae1d14efed40c2af7
parenta0217124e5563cfa666f976875e100a328bec62a
Refactor input backend-system

This is a rewrite of the input system. The backends itself are not
modified. However, it is now possible to have multiple backends and change
them on runtime.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
configure.ac
src/main.c
src/uterm_input.c
src/uterm_input_plain.c [moved from src/uterm_input_dumb.c with 85% similarity]
src/uterm_input_uxkb.c [moved from src/uterm_input_xkb.c with 75% similarity]
src/uterm_internal.h