-
Notifications
You must be signed in to change notification settings - Fork 2
JonasOberhauser/gocurses
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DIFFERENCES - Uses an x,y coordinate system rather than y,x to be more intuitive. - getmaxyx(win, y, x) becomes x, y := Window.Getmax() - wgetstr(win, str) becomes str, err := Window.Getstr() - All calls but getch and getstr are atomic.
About
Go bindings for ncurses, with atomic accesses.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published