]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Enabled tested and verified that the clipboard paste works in the console (Win32...
authortomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Aug 2004 00:00:18 +0000 (00:00 +0000)
committertomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Aug 2004 00:00:18 +0000 (00:00 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4340 d7cf8633-e32d-0410-b094-e92efae38249

keys.c

diff --git a/keys.c b/keys.c
index 8d6d2e16c1d74ef9eb4ca1ea85b7b16d7ef332a5..d4935d0564a9bc6d441a97913023cc27e7ccde71 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -272,8 +272,6 @@ Key_Console (int key, char ascii)
                break;
        }
 
-       // LordHavoc: FIXME: implement this sometime
-       #if 0
        if ((toupper(key) == 'V' && keydown[K_CTRL]) || ((key == K_INS || key == K_KP_INS) && keydown[K_SHIFT]))
        {
                char *cbd;
@@ -294,7 +292,6 @@ Key_Console (int key, char ascii)
                }
                return;
        }
-       #endif
 
        if (key == 'l')
        {