0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Backport fix for wide CJK runes from windows to terminal-based impls.
nsf
More... over 12 years ago
Add wide CJK runes support for windows implementation.
nsf
More... over 12 years ago
Add wide CJK runes support for terminal-based implementations.
nsf
More... over 12 years ago
Add EventError variant decsription to the Event type.
nsf
More... over 12 years ago
Updated documentation for Event type More... over 12 years ago
openbsd support More... over 12 years ago
syscalls for freebsd More... over 12 years ago
Update README with a better description and examples links.
nsf
More... almost 13 years ago
Use a separate screen buffer for termbox business on Windows OS.
nsf
More... almost 13 years ago
A bit more correctness regarding Init()/Close() thing.
nsf
More... almost 13 years ago
Add a small built-in terminfo database as last fallback variant.
nsf
More... almost 13 years ago
Document terminfo database as dependency.
nsf
More... almost 13 years ago
Ignore F_SETOWN error on darwin. Weird? You bet!
nsf
More... almost 13 years ago
Merge branch 'ncurses-reading-behaviour' of git://github.com/guelfey/termbox-go
nsf
More... almost 13 years ago
Use ncurses' behaviour for trying terminfo dirs More... almost 13 years ago
Don't assume even length of names section More... almost 13 years ago
Handle darwin specific terminfo dirs structure. Closes #10.
nsf
More... almost 13 years ago
Minor style/naming adjustments and gofmt.
nsf
More... almost 13 years ago
Add AUTHORS, change copyright notice accordingly.
nsf
More... almost 13 years ago
go fmt More... almost 13 years ago
Actually close fds in Close() More... almost 13 years ago
Use the terminfo database for keys / functions More... almost 13 years ago
Use real stub argument for these winapi function instead of nil. Fixes #3.
nsf
More... almost 13 years ago
Move cursor after Clear and Flush on windows too.
nsf
More... about 13 years ago
AttrBold should be applied after AttrReverse.
nsf
More... about 13 years ago
Simplify input producer on windows.
nsf
More... about 13 years ago
Don't close in/out FDs on Close. Fixes bad behaviour on darwin.
nsf
More... about 13 years ago
Remove the compatibility breaking change. Extend the API instead.
nsf
More... about 13 years ago
Fix windows build.
nsf
More... about 13 years ago
Backwards incompatible change, see full commit message for details.
nsf
More... about 13 years ago