0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Proper event producer shutdown (this time for sure) and gofmt.
nsf
More... over 10 years ago
Oops, the cancel_comm channel should be unbuffered.
nsf
More... over 10 years ago
W32: Don't use a separate console screen. Stop event producer on Close().
nsf
More... over 10 years ago
Support ColorDefault in extended color modes. More... over 10 years ago
Remove 'output_mode' use from windows part, fixes compilation.
nsf
More... over 10 years ago
Fix typo in send_attr.
nsf
More... over 10 years ago
_demos/output.go: Sync() after changing output mode. More... over 10 years ago
Fix bold and underline for 256 colour output demo. More... over 10 years ago
SetOutputMode always sets and returns OutputNormal on Windows. More... over 10 years ago
Better display colourful output modes in _demos/output.go. More... over 10 years ago
Allow switching output modes in _demos/output.go. More... over 10 years ago
Suport Grayscale, 216 and 256 color output modes. More... over 10 years ago
Clarify documentation on Size() return values.
nsf
More... almost 11 years ago
Need to have extended flags as one of the modes for mouse events More... almost 11 years ago
Need to have extended flags for mouse events to work More... almost 11 years ago
Fix unused import compilation error.
nsf
More... almost 11 years ago
A couple of fixes on windows.
nsf
More... almost 11 years ago
Update README.md More... about 11 years ago
Docs: clarify attributes support on different platforms.
nsf
More... about 11 years ago
Use github.com/mattn/go-runewidth library.
nsf
More... about 11 years ago
And a final fix for setting 'consolewin' variable properly.
nsf
More... about 11 years ago
Close leaking file descriptor.
nsf
More... about 11 years ago
Don't call set_console_mode if the window is not an actual console.
nsf
More... about 11 years ago
Revert "Fix SetInputMode on windows. it can't set InputAlt without setting enable_window_input"
nsf
More... about 11 years ago
Fix SetInputMode on windows. it can't set InputAlt without setting enable_window_input More... about 11 years ago
Revert "Implement Stringer-interface for Key and Attribute"
nsf
More... about 11 years ago
Implement Stringer-interface for Key and Attribute More... about 11 years ago
Adding var IsInit to the API to know if termbox has been init or not More... about 11 years ago
Merge branch 'check_handle_is_stdin' of https://github.com/mattn/termbox-go
nsf
More... about 11 years ago
Check the handle, stdin or pipe More... about 11 years ago