* A few MCI codes

* Fix timer/flicker bug @ connect ANSI term size detection
This commit is contained in:
Bryan Ashby 2015-07-22 22:09:52 -06:00
parent 4288c5b2e9
commit ff5d568259
4 changed files with 20 additions and 6 deletions

View file

@ -46,9 +46,16 @@ MCIViewFactory.prototype.getPredefinedViewLabel = function(code) {
UW : this.client.user.properties.web_address,
UF : this.client.user.properties.affiliation,
UT : this.client.user.properties.theme_id,
MS : moment(this.client.user.properties.timestamp).format(this.client.currentTheme.helpers.getDateFormat()),
SH : this.client.term.termHeight.toString(),
SW : this.client.term.termWidth.toString(),
ND : this.client.runtime.id.toString(),
DT : moment().format(this.client.currentTheme.helpers.getDateFormat()),
OS : {
linux : 'Linux',
darwin : 'Mac OS X',