Skip to content
Snippets Groups Projects
Commit fe10eba3 authored by rswindell's avatar rswindell
Browse files

CON_MOUSE_PASSTHRU has been renamed to CON_MOUSE_CLK_PASSTHRU

parent ae92fb72
No related branches found
No related tags found
No related merge requests found
......@@ -1224,7 +1224,7 @@ try {
js.on_exit("console.line_counter = 0");
js.on_exit("console.status = " + console.status);
console.status |= CON_MOUSE_PASSTHRU;
console.status |= CON_MOUSE_CLK_PASSTHRU;
js.on_exit("console.ctrlkey_passthru = " + console.ctrlkey_passthru);
console.ctrlkey_passthru = "KOPTUZ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment