index.md (598B)
1 w3m images 2 ========== 3 4 5 Description 6 ----------- 7 Support w3m images hack. Similar to the patch at the FAQ, but it's simpler, 8 smaller, and doesn't disable double-buffering in st. 9 10 Same as the FAQ patch, the cursor line is deleted at the image, because st 11 always renders full lines, even when most of it is empty. 12 13 14 Notes: 15 ------ 16 * The download is a `git --format-patch` file. It can be applied either with 17 `git am ...`, or with `patch -p1 < ...`. 18 19 20 Download 21 -------- 22 [st-w3m-0.8.3.diff](st-w3m-0.8.3.diff) 23 24 25 Author 26 ------ 27 * Avi Halachmi (:avih) - [https://github.com/avih](https://github.com/avih)