/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Surf
/
node_modules
/
console-control-strings
/
..
LICENSE
Initial commit
6 лет назад
README.md
Initial commit
6 лет назад
README.md~
Initial commit
6 лет назад
index.js
Initial commit
6 лет назад
package.json
Initial commit
6 лет назад
Console Control Strings
Usage
Why Another?
Functions
var code = consoleControl.up(num = 1)
var code = consoleControl.down(num = 1)
var code = consoleControl.forward(num = 1)
var code = consoleControl.back(num = 1)
var code = consoleControl.nextLine(num = 1)
var code = consoleControl.previousLine(num = 1)
var code = consoleControl.eraseData()
var code = consoleControl.eraseLine()
var code = consoleControl.goto(x, y)
var code = consoleControl.gotoSOL()
var code = consoleControl.beep()
var code = consoleControl.hideCursor()
var code = consoleControl.showCursor()
var code = consoleControl.color(colors = [])
var code = consoleControl.color(color1, color2, …, colorn)
README.md