This commit is contained in:
John Bintz 2011-07-12 20:10:49 -04:00
parent e947c7ce3c
commit 0f9c9d195d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ In a nutshell:
* Set the title of the tab with `set_title`.
* Or run a command magically (using `method_missing`).
`open_tab`, and `default_tab` can take an options hash:
`open_tab` and `default_tab` can take an options hash:
* `:dir` changes to the given directory before executing commands.
* `:color` changes the window chrome and tab color to the given hex code (3 or 6 hex digits) or built-in color. See ItermWindow.colors for the list of available colors.