Advertisement
Patasuss

nim ncurses error

Apr 25th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. curs.nim:
  2. import ncurses
  3.  
  4. let wnd = initscr()
  5. noecho()
  6. endwin()
  7.  
  8.  
  9. nim c curs.nim
  10. Hint: used config file '/etc/nim/nim.cfg' [Conf]
  11. Hint: system [Processing]
  12. Hint: widestrs [Processing]
  13. Hint: io [Processing]
  14. Hint: curs [Processing]
  15. Hint: ncurses [Processing]
  16. /home/madpat/.nimble/pkgs/ncurses-1.0.0/ncurses.nim(237, 32) template/generic instantiation of `NCURSES_BITS` from here
  17. /home/madpat/.nimble/pkgs/ncurses-1.0.0/ncurses.nim(84, 16) Error: 18446744073709551615 can't be converted to chtype
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement