icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal

Fixes #1130
This commit is contained in:
Kovid Goyal
2018-11-10 12:31:09 +05:30
parent ad92541ff3
commit 4601cd13dc
2 changed files with 22 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ Changelog
- Allow private use unicode characters to stretch over more than a single
neighboring space (:pull:`1036`)
- icat kitten: Implement reading image data from STDIN, if STDIN is not
connected to a terminal (:iss:`1130`)
- Fix the ``*_with_cwd`` actions using the cwd of the overlay window rather
than the underlying window's cwd (:iss:`1045`)