Skip to content
Snippets Groups Projects
Commit fe0558f0 authored by mcmlxxix's avatar mcmlxxix
Browse files

added attr parameter to frame.write()

parent 06c00235
No related branches found
No related tags found
No related merge requests found
......@@ -877,7 +877,7 @@ function Frame(x,y,width,height,attr,parent) {
position.cursor.y += 1;
else {}
}
this.write = function(str) {
this.write = function(str,attr) {
if(str == undefined)
return;
if(settings.word_wrap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment