Skip to content
Snippets Groups Projects
Commit e5fafef1 authored by deuce's avatar deuce
Browse files

Fix dk.console.aprint().

parent 07dc80ee
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ var dk = {
* Writes a string after parsing ^A codes.
*/
aprint:function(string) {
this.println(this.parse_ctrla(line, this.attr));
this.print(this.parse_ctrla(string, this.attr));
},
/*
......
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