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. --- old-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index e323c93a6a..f4baba7ee1 100755 --- a/old-configure +++ b/old-configure @@ -876,7 +876,7 @@ fi extra_cflags="-I. -D_GNU_SOURCE $extra_cflags" _timer=timer-linux.c -_getch=getch2.c +_getch=terminal-unix.c if freebsd || openbsd ; then extra_ldflags="$extra_ldflags -L/usr/local/lib" @@ -908,7 +908,7 @@ if win32 ; then fi if mingw32 ; then - _getch=getch2-win.c + _getch=terminal-win.c extra_cflags="$extra_cflags -D__USE_MINGW_ANSI_STDIO=1" # Hack for missing BYTE_ORDER declarations in . # (For some reason, they are in , but we don't bother switching -- cgit v1.2.3