Skip to content

Commit

Permalink
fixed resizing dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
shrx committed Feb 21, 2012
1 parent 86eb5cb commit 81b30af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciicover
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ ! -z "$rflag" ]; then
if [[ "$terminal" == "iTerm.app" && ! -z "$(defaults read com.googlecode.iterm2|grep "\"Disable Window Resizing\" = 1;")" ]]; then
osascript -e 'tell app "iterm" to set the bounds of the first window to {140, 120, 140+400-12, 120+400+6}'
else
printf "\033[4;388;406t"
printf "\033[4;388;380t"
fi
fi
tput civis
Expand Down

0 comments on commit 81b30af

Please sign in to comment.