some stupid bug
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env escript
|
||||
|
||||
%% script for keycode mapping
|
||||
|
||||
main([]) ->
|
||||
ok = shell:start_interactive({noshell, raw}),
|
||||
dum([]).
|
||||
|
||||
dum(Q) ->
|
||||
io:format("~tw\r\n", [Q]),
|
||||
NewChar = io:get_chars("", 1),
|
||||
dum(Q ++ NewChar).
|
||||
Reference in New Issue
Block a user