Expand description
Abstraction over Wasite
Enums§
- Command
- Terminal commands
Functions§
- column
- Get the cursor’s column number
- execute
- Execute terminal commands
- height
- Get terminal height in lines
- hostname
- Get the device’s hostname
- langs
- Get the user’s preferred languages, separated by semicolons
- line
- Get the cursor’s line number
- name
- Get the device’s pretty/display name
- raw
- Return true if raw mode is enabled
- screen
- Get the current screen number
- set_
hostname - Set the device’s hostname
- set_
langs - Set the user’s preferred languages, separated by semicolons
- set_
name - Set the device’s pretty/display name
- set_raw
- Turn raw mode on or off
- set_
screen - Set the current screen number
- set_
title - Set the current window title
- set_tz
- Set the current timezone (using the IANA TZDB identifier)
- set_
user - Set the current user’s username
- title
- Get the current window title
- tz
- Get the current timezone (using the IANA TZDB identifier)
- user
- Get the current user’s username
- width
- Get terminal width in columns