From 25d4ae74f1dbddf99b147df0887d6810d34e36dd Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2013 21:31:27 +0100 Subject: Rename getch2....c/h to terminal....c/h "getch2" really tells nothing about what the heck this code does. It'd be even worse when moving the rest of terminal handling code there. --- common/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/msg.c b/common/msg.c index dd03be0f73..3dd36dfbb6 100644 --- a/common/msg.c +++ b/common/msg.c @@ -27,7 +27,7 @@ #include "config.h" #include "common/global.h" -#include "osdep/getch2.h" +#include "osdep/terminal.h" #include "osdep/io.h" #ifndef __MINGW32__ -- cgit v1.2.3