From 9a5e0ee19caac4151a3750a9ace43909e7379d34 Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Wed, 15 Aug 2018 11:07:04 -0400 Subject: [PATCH] Fix iTerm adapter Fixes #157 --- pokemonterminal/terminal/adapters/iterm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemonterminal/terminal/adapters/iterm.py b/pokemonterminal/terminal/adapters/iterm.py index c2609be..2eebebc 100644 --- a/pokemonterminal/terminal/adapters/iterm.py +++ b/pokemonterminal/terminal/adapters/iterm.py @@ -6,7 +6,7 @@ class ItermProvider(_TProv): # OSA script that will change the terminal background image - osa_script_fmt = """tell application "iTerm2" + __osa_script_fmt = """tell application "iTerm2" \ttell current session of current window \t\tset background image to "{}" \tend tell