~rkta/blog

b210aab43d0d42e782fea6eafc4f843c8f17d590 — Rene Kita 4 months ago 791528f
Fix gemini patch
2 files changed, 5 insertions(+), 1 deletions(-)

M assets/gemini.patch
M w3m-gemini.mc
M assets/gemini.patch => assets/gemini.patch +1 -1
@@ 361,7 361,7 @@ w3m-0.5.3+git20230121.
+    buf->lastLine = buf->currentLine;
+    buf->currentLine = buf->firstLine;
+    buf->trbyte = trbyte + linelen;
+    buf->type = "text/html";
+    buf->type = "text/gemini";
+
+    return buf;
+}

M w3m-gemini.mc => w3m-gemini.mc +4 -0
@@ 68,6 68,10 @@ irc.libera.chat</a>

<h2>Changelog</h2> <!-- This is in <pre> because gemtext doesn't support nested lists. -->
<pre>
2024-05-16:
	Really make sure the correct buffer type is set
	Thanks to IRC user cizra for debugging and reporting!

2023-10-28:
	Make sure the correct buffer type is set