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

fix a compile time error #22

Merged
merged 1 commit into from Sep 3, 2019
Merged

fix a compile time error #22

merged 1 commit into from Sep 3, 2019

Conversation

ghost
Copy link

@ghost ghost commented Sep 3, 2019

the demo code:

import ncurses

initscr()
printw("hello world")
refresh()
getch()
endwin()

error message:

~/nim-ncurses/ncurses.nim(237, 32) template/generic instantiation of `NCURSES_BITS` from here
~/nim-ncurses/ncurses.nim(84, 16) Error: -1 can't be converted to chtype

define chtype with cint will fix it.

@rnowley rnowley merged commit b58094b into rnowley:master Sep 3, 2019
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

1 participant