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

ui: work with NetBSD curses #1

Merged
merged 1 commit into from Oct 30, 2018
Merged

ui: work with NetBSD curses #1

merged 1 commit into from Oct 30, 2018

Conversation

@rsmarples
Copy link
Contributor

@rsmarples rsmarples commented Oct 3, 2018

initscr(3) needs to be called before nonl(3) and friends.
Don't assume that stdscr begins on y 0 of the screen.

initscr(3) needs to be called before nonl(3) and friends.
Don't assume that stdscr begins on y 0 of the screen.
@Aversiste
Copy link

@Aversiste Aversiste commented Oct 4, 2018

This patch fixes build on OpenBSD too, thanks.

@jaldhar jaldhar merged commit 381f3ab into jaldhar:master Oct 30, 2018
@jaldhar
Copy link
Owner

@jaldhar jaldhar commented Oct 30, 2018

Thanks for your pull requests and I'm sorry I didn't merge them more promptly. I have attempted to write a roguelike several times over the past few years and they are all in half-complete states. So I've made it a resolution for the upcoming Gujarati new year which starts next week to finish them. Hopefully you'll see more activity in this project soon.

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

Successfully merging this pull request may close these issues.

None yet

3 participants