Skip to content

Instantly share code, notes, and snippets.

@wmoxam
Created April 27, 2017 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmoxam/b8f03b75e3c16ab656e45f5768ee87a7 to your computer and use it in GitHub Desktop.
Save wmoxam/b8f03b75e3c16ab656e45f5768ee87a7 to your computer and use it in GitHub Desktop.
@[Link("ncurses")]
lib NcursesPrivate
fun acs_map : Char*
end
lib Ncurses
fun initscr
ACS_ULCORNER = NcursesPrivate.acs_map()['l'.to_i]
end
Ncurses.initscr()
#puts Ncurses::ACS_ULCORNER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment