浏览代码

Revert "make bool m_echo static" - I suspect this to be defined by spec

This reverts commit 3cb133d27d.
tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
3e816c3d56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/hci/mucurses/kb.c

+ 1
- 1
src/hci/mucurses/kb.c 查看文件

16
 		0   : non-blocking read
16
 		0   : non-blocking read
17
 		> 0 : timed blocking read
17
 		> 0 : timed blocking read
18
 	     */
18
 	     */
19
-static bool m_echo;
19
+bool m_echo;
20
 bool m_cbreak;
20
 bool m_cbreak;
21
 
21
 
22
 #if 0
22
 #if 0

正在加载...
取消
保存