Home
last modified time | relevance | path

Searched refs:historyPosition (Results 1 – 1 of 1) sorted by relevance

/plugin/shell/
H A DP0wnyShell.js5 historyPosition = 0; field in P0wnyShell
318 if (this.historyPosition > 0) {
319 this.historyPosition--;
321 this.eShellCmdInput.value = this.commandHistory[this.historyPosition];
328 if (this.historyPosition >= this.commandHistory.length) {
331 this.historyPosition++;
332 if (this.historyPosition === this.commandHistory.length) {
337 this.eShellCmdInput.value = this.commandHistory[this.historyPosition];
354 this.historyPosition = this.commandHistory.length;