From 18d0772fb37ca0be922d952be5a4654b42cdf778 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 2 Jul 2011 17:08:27 -0400 Subject: [PATCH] readme --- README.rdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 95c5254..9dfe8a9 100644 --- a/README.rdoc +++ b/README.rdoc @@ -66,4 +66,7 @@ the tab name as an ItermWindow method. end second_tab.write "echo 'hello there!'" first_tab.select # brings first tab back to focus - end \ No newline at end of file + end + +Also, you get tab_color to change the color of the tab itself. Give it a hex value like F73 or F7F3F1. +