浏览代码

Some key sequences seem to end with a tilde

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
ae728f8d23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/core/getkey.c

+ 1
- 1
src/core/getkey.c 查看文件

@@ -69,7 +69,7 @@ int getkey ( void ) {
69 69
 			continue;
70 70
 		if ( ! key )
71 71
 			key = KEY_ANSI ( character );
72
-		if ( ( character >= 0x40 ) && ( character <= 0x4f ) )
72
+		if ( character >= 0x40 )
73 73
 			break;
74 74
 	}
75 75
 

正在加载...
取消
保存