mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-03-07 08:37:29 +00:00
Sets the current terminal background image to blank. Tested on iTerm2 on macOS and Terminology on Ubuntu.
5 lines
No EOL
112 B
AppleScript
5 lines
No EOL
112 B
AppleScript
tell application "iTerm"
|
|
tell current session of current window
|
|
set background image to ""
|
|
end tell
|
|
end tell |