We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa31f3 commit e021d79Copy full SHA for e021d79
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
### Fixed
9
- Deadlock when loading an invalid `about:` URL (#277)
10
+- Crash when rendering text from stdin
11
12
13
## [1.9.0] - 2021-12-07
amfora.go
@@ -94,6 +94,7 @@ func main() {
94
}
95
display.NewTabWithURL(url)
96
} else if !isStdinEmpty() {
97
+ display.NewTab()
98
renderFromStdin()
99
} else {
100
display.NewTab()
0 commit comments