feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
10
vendor/github.com/charmbracelet/bubbletea/signals_windows.go
generated
vendored
Normal file
10
vendor/github.com/charmbracelet/bubbletea/signals_windows.go
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package tea
|
||||
|
||||
// listenForResize is not available on windows because windows does not
|
||||
// implement syscall.SIGWINCH.
|
||||
func (p *Program) listenForResize(done chan struct{}) {
|
||||
close(done)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue