diff options
author | wm4 <wm4@nowhere> | 2013-12-19 21:31:27 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-19 21:31:27 +0100 |
commit | 25d4ae74f1dbddf99b147df0887d6810d34e36dd (patch) | |
tree | 02e0d851e5aa1a70c1e528caec1aeeb6a6620076 /common | |
parent | 8c7ea10873ced7c4e0344d942be4792e9d7a2801 (diff) |
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.
Diffstat (limited to 'common')
-rw-r--r-- | common/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |