diff --git a/src/gmnlm.c b/src/gmnlm.c

index d5cb2dc29f9ceb448622d5c36b7b73f0ca985bcb..5d7892b83f7914da46b08100014db6211e36173a 100644

--- a/src/gmnlm.c

+++ b/src/gmnlm.c

@@ -11,6 +11,7 @@ #include <stdio.h>

#include <string.h>

#include <sys/ioctl.h>

#include <sys/stat.h>

+#include <sys/wait.h>

#include <termios.h>

#include <unistd.h>

#include "gmni.h"

@@ -79,6 +80,7 @@ "m\tSave bookmark\n"

"M\tBrowse bookmarks\n"

"r\tReload the page\n"

"d <path>\tDownload page to <path>\n"

"\n"

"Other commands include:\n\n"

"<Enter>\tread more lines\n"

@@ -309,6 +311,55 @@ }

return strcmp(&str[strl - suffl], suff) == 0;

}

+static void

+pipe_resp(FILE *out, struct gemini_response resp, char *cmd) {

+}

static enum gemini_result

do_requests(struct browser *browser, struct gemini_response *resp)

{

@@ -570,6 +621,19 @@ }

	set_url(browser, url, NULL);

	download_resp(browser->tty, resp, trim_ws(&in[1]), url);

	gemini_response_finish(&resp);

	result = PROMPT_AGAIN;

	goto exit;

case '?':

Proxy Information
Original URL
gemini://gmn.clttr.info:1965/sources/cgmnlm.git/commits/fc6d4a6f69e305627d06955da27b8e8c4c5af6e0.patch
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
142.215325 milliseconds
Gemini-to-HTML Time
1.386006 milliseconds

This content has been proxied by September (3851b).