This website requires JavaScript.
Explore
Help
Sign In
fun
/
gosl
Watch
1
Star
0
Fork
0
You've already forked gosl
Code
Issues
Pull Requests
Releases
Wiki
Activity
a6a8e2339f
gosl
/
data
/
frame.go
7 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Fix: import statements after moving the repo
2020-03-12 00:10:42 +01:00
package
data
/* import "udico.de/fun/gosl/data" */
basic frame shipping, but bug in ncurses init/exit
2016-02-06 04:09:42 +01:00
type
Frame
struct
{
W
,
H
int
Data
[
]
[
]
rune
}
Reference in New Issue
Copy Permalink