Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
as committed Jun 26, 2018
1 parent 5aec0e1 commit df8b530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

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

# binary
![paint](a.png)
![paint](b.png)

- Latest Binaries
- https://github.com/as/a/releases/tag/v0.7.3
- Written in Go (no dependencies)
- Native
- Multi-Platform
Expand Down
2 changes: 1 addition & 1 deletion frame.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func frameinstall() (ui.Dev, screen.Window, *screen.Device, font.Face) {
if *elastic {
TagConfig.Body.Frame.Flag |= frame.FrElastic
}
dev, err := ui.Init(&screen.NewWindowOptions{
dev, err := ui.Init(&ui.Config{
Width: winSize.X, Height: winSize.Y,
Title: "A",
})
Expand Down

0 comments on commit df8b530

Please sign in to comment.