Skip to content

Instantly share code, notes, and snippets.

@uobikiemukot
Created July 28, 2015 15:39
Show Gist options
  • Save uobikiemukot/0e8954bdf18a3df5e310 to your computer and use it in GitHub Desktop.
Save uobikiemukot/0e8954bdf18a3df5e310 to your computer and use it in GitHub Desktop.
w3m patch for image/tiff
--- old/url.c 2015-07-28 23:57:42.144375057 +0900
+++ new/url.c 2015-07-28 23:57:34.394271277 +0900
@@ -107,6 +107,7 @@
{"jpg", "image/jpeg"},
{"png", "image/png"},
{"xbm", "image/xbm"},
+ {"tiff", "image/tiff"},
{"au", "audio/basic"},
{"gz", "application/x-gzip"},
{"Z", "application/x-compress"},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment