From 9e7cb40b1f527c1bf431d4ca6c9b9ca4e70b5459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 9 Jul 2015 14:54:23 +0200 Subject: ui: move input handling code to ui specific files --- editor.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index 36f2829..edfa210 100644 --- a/editor.h +++ b/editor.h @@ -26,11 +26,6 @@ typedef union { void (*f)(Editor*); /* generic editor commands */ } Arg; -typedef struct { - char str[6]; /* UTF8 character or terminal escape code */ - int code; /* curses KEY_* constant */ -} Key; - #define MAX_KEYS 2 typedef Key KeyCombo[MAX_KEYS]; -- cgit v1.2.3