This website requires JavaScript.
Explore
Help
Sign In
MetzNet
/
go-ncurses
Watch
3
Star
0
Fork
You've already forked go-ncurses
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8
Commits
1
Branch
0
Tags
56
KiB
Go
100%
main
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
noah metz
14b1c310e7
Made input buffered to support peeking, added WErase
2024-04-24 19:08:45 -06:00
examples
Added background setting
2024-04-23 22:24:38 -06:00
.gitignore
Initial commit
2024-04-23 12:15:02 -06:00
LICENSE
Initial commit
2024-04-23 12:15:02 -06:00
go.mod
Added input and libc files, updated basic example
2024-04-23 22:10:40 -06:00
go.sum
Added basic functions dynamically loaded for macos
2024-04-23 14:15:28 -06:00
input.go
Made input buffered to support peeking, added WErase
2024-04-24 19:08:45 -06:00
libc.go
Added constants
2024-04-24 01:18:32 -06:00
ncurses.go
Made input buffered to support peeking, added WErase
2024-04-24 19:08:45 -06:00
ncurses_darwin.go
Use homebrew libncursesw
2024-04-24 01:32:54 -06:00
ncurses_test.go
Added input and libc files, updated basic example
2024-04-23 22:10:40 -06:00