Jump to content

Category:Curses: Difference between revisions

add Go
m (Change previous link.)
(add Go)
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.google.com/p/goncurses"</lang>There are a number of curses bindings for Go. This one is currently popular.
 
[[Category:Terminal control]]
1,707

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.