class

Sonicri::Terminal

Inherits Reference / Object

Constants

COMMANDS = {resize: "printf \e[8;26;88t", title: "echo -ne \"\e]0;Sonicri Audio Player\a\"", to_left_corner: "printf \e[H", clear_screen: "printf \e[2J"}

Attempt to resize, clear, set title, move to top left of the terminal

Class methods

setup
Source