BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
usr
/
lib
/
node_modules
/
pm2
/
node_modules
/
blessed
/
bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: tput.js
#!/usr/bin/env node var blessed = require('../') , argv = process.argv.slice(2) , cmd = argv.shift() , tput; tput = blessed.tput({ terminal: process.env.TERM, termcap: !!process.env.USE_TERMCAP, extended: true }); if (tput[cmd]) { process.stdout.write(tput[cmd].apply(tput, argv)); }
Save
Cancel