Skip to content

Instantly share code, notes, and snippets.

@uobikiemukot
Created September 26, 2014 16:43
Show Gist options
  • Save uobikiemukot/89854d70deba0ea1b7bc to your computer and use it in GitHub Desktop.
Save uobikiemukot/89854d70deba0ea1b7bc to your computer and use it in GitHub Desktop.
patch of w3mimg-sixel for ranger (python filer)
--- w3mimg-sixel.c 2014-09-27 01:40:27.170056012 +0900
+++ w3mimg-sixel-ranger.c 2014-09-27 01:39:20.273542229 +0900
@@ -140,7 +140,8 @@
return;
}
img->already_drew = false;
- } else if (!img->already_drew) { /* op == W3M_REDRAW */
+ }
+ if (!img->already_drew) { /* op == W3M_REDRAW */
struct image new = *img;
long size;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment