Skip to content

JonasOberhauser/gocurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published