mscdex / node-ncurses

An ncurses binding for node.js
MIT License
386 stars 25 forks source link

print(Integer, Integer, String) behaves like print(String) #4

Closed viking closed 13 years ago

viking commented 13 years ago

print(Integer, Integer, String) prints the first integer to the screen and ignores the other two arguments, at least for me.

mscdex commented 13 years ago

Are you still experiencing this behavior?

ellisgl commented 13 years ago

I am.

freeborough commented 13 years ago

I'm getting this too, I just cloned master this evening. addstr still works as expected though.

mscdex commented 13 years ago

Fixed in 9b4cf30