Skip to content

Commit df8b530

Browse files
committed
update readme
1 parent 5aec0e1 commit df8b530

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
A is a text editor inspired by the Sam and Acme text editors for the Plan 9 operating system.
66

7+
# binary
78
![paint](a.png)
89
![paint](b.png)
910

11+
- Latest Binaries
12+
- https://github.com/as/a/releases/tag/v0.7.3
1013
- Written in Go (no dependencies)
1114
- Native
1215
- Multi-Platform

frame.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func frameinstall() (ui.Dev, screen.Window, *screen.Device, font.Face) {
3232
if *elastic {
3333
TagConfig.Body.Frame.Flag |= frame.FrElastic
3434
}
35-
dev, err := ui.Init(&screen.NewWindowOptions{
35+
dev, err := ui.Init(&ui.Config{
3636
Width: winSize.X, Height: winSize.Y,
3737
Title: "A",
3838
})

0 commit comments

Comments
 (0)