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

For upstream #268

Merged
merged 2 commits into from
Apr 17, 2014
Merged

For upstream #268

merged 2 commits into from
Apr 17, 2014

Conversation

swegener
Copy link
Contributor

Special case zero in digit calculation, even zero needs one digit.

The termcap commit fixes an issue that came up with the Mac OS X fix commit. It breaks ncursesw support here, because it will check for termcap in plain curses lib and libs arguments will be -lcurses -lncursesw, resulting in linking against curses only.

even zero needs one digit to be printed

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
@jonas
Copy link
Owner

jonas commented Apr 17, 2014

Thanks. I wonder though if it would be easier to just drop non-ncurses 'curses' support and then assume that ncurses provides termcap.

@jonas jonas merged commit e6c68cc into jonas:master Apr 17, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants