Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show only as large a time period as the terminal has room for #11

Open
malleusinferni opened this issue Sep 23, 2013 · 2 comments
Open

Comments

@malleusinferni
Copy link

Right now my 80 column terminal displays reasonable output for --period -7, but for anything longer than that (eg. the default period) it overflows and wraps. Assuming there are no issues with half-width vs. full-width characters that depend entirely on user fonts, the program should be able to detect the terminal width (using tput cols) and limit the default output accordingly.

@bruno-
Copy link

bruno- commented Jun 28, 2014

👍
I use tmux and often have a lot of splits that reduce terminal size to about 100 columns.
Default git col is not looking nice for that terminal width which is a pity.

@ELLIOTTCABLE
Copy link

Ditto here. Gotta re-size my window to make git-cal useful. That's ugly. (And I'd like to include it in common-usage scripts which show the overall status of my git repositories when I cd into them.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants