feature(terminal) add cursor style

This commit is contained in:
coderaiser 2014-02-04 09:49:25 -05:00
parent ca91d26f49
commit 8cc56ca448

View file

@ -74,6 +74,9 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
id : 'terminal-css',
inner : '#terminal, .terminal, #view {' +
'height' + ': 100%;' +
'}' +
'.terminal-cursor {' +
'background' + ': gray' +
'}'
});