ソースを参照

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

This reverts commit 3cb133d27d.
tags/v0.9.3
Michael Brown 17年前
コミット
3e816c3d56
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/hci/mucurses/kb.c

+ 1
- 1
src/hci/mucurses/kb.c ファイルの表示

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

読み込み中…
キャンセル
保存