This commit is contained in:
John Bintz 2011-07-02 17:08:27 -04:00
parent 1f1fb652f0
commit 18d0772fb3
1 changed files with 4 additions and 1 deletions

View File

@ -67,3 +67,6 @@ the tab name as an ItermWindow method.
second_tab.write "echo 'hello there!'"
first_tab.select # brings first tab back to focus
end
Also, you get <tt>tab_color</tt> to change the color of the tab itself. Give it a hex value like <tt>F73</tt> or <tt>F7F3F1</tt>.