mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 09:45:00 +02:00
* A few MCI codes
* Fix timer/flicker bug @ connect ANSI term size detection
This commit is contained in:
parent
4288c5b2e9
commit
ff5d568259
4 changed files with 20 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue