about summary refs log tree commit diff stats
path: root/chessboard-cursor.mu
diff options
context:
space:
mode:
Diffstat (limited to 'chessboard-cursor.mu')
-rw-r--r--chessboard-cursor.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu
index c23f738b..412a555a 100644
--- a/chessboard-cursor.mu
+++ b/chessboard-cursor.mu
@@ -218,7 +218,7 @@
   (cursor-mode)
   ; hook up stdin
   (stdin:channel-address <- init-channel 1:literal)
-  (fork-helper send-keys-to-stdin:fn nil:literal/globals nil:literal/limit stdin:channel-address)
+  (fork-helper send-keys-to-stdin:fn nil:literal/globals nil:literal/limit nil:literal/keyboard stdin:channel-address)
   { begin
     ; print any stray characters from keyboard *before* clearing screen
     (clear-screen nil:literal/terminal)
97'>97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
pan class="w"> load_preferences(void** state);
void close_preferences(void** state);

void init_chat_sessions(void** state);
void close_chat_sessions(void** state);

int utf8_pos_to_col(char* str, int utf8_pos);

void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void* actual, const void* expected);