This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10618
Commits
2
Branches
0
Tags
240 MiB
Tree:
c9effd5364
gitea
/
vendor
/
github.com
/
jessevdk
/
go-flags
/
tiocgwinsz_linux.go
8 lines
63 B
Raw
Normal View
History
Unescape
Escape
Use vendored go-swagger (#8087) * Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
6 years ago
// +build linux
package
flags
const
(
tIOCGWINSZ
=
0x5413
)