From 1fcfe575ba34645b03784bb75fe3b95f85785508 Mon Sep 17 00:00:00 2001 From: tomaz Date: Fri, 20 Aug 2004 00:00:18 +0000 Subject: [PATCH] Enabled tested and verified that the clipboard paste works in the console (Win32 only) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4340 d7cf8633-e32d-0410-b094-e92efae38249 --- keys.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/keys.c b/keys.c index 8d6d2e16..d4935d05 100644 --- 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') { -- 2.39.2