Category:Curses: Difference between revisions

m
code.google.com going away
(add Go)
m (code.google.com going away)
Line 13:
* '''C''' <lang c>#include <curses.h></lang> Then link the program with <code>-lcurses</code>. (Some old or strange systems might need <code>-lcurses -ltermlib</code>.)
* '''Ruby''' <lang ruby>require 'curses'</lang>
* '''Go''' <lang go>import "code.googlegithub.com/pgbin/goncurses"</lang>There are a number of curses bindings for Go. This one is currently popular.
 
[[Category:Terminal control]]
1,707

edits