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

use frame.write with input line attributes

parent fe0558f0
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ function InputLine(frame) {
if(properties.buffer.length>properties.frame.width)
printBuffer();
else
properties.frame.write(key);
properties.frame.write(key,properties.attr);
if(settings.show_cursor)
printCursor();
return undefined;
......
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