From c0280998be065ab075581e46c52c6cc27e4b21a9 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 8 Nov 2020 07:50:17 +0200 Subject: Gopher improvements Asking for query text with item type 7. Enhanced ASCII art detection. --- src/gopher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gopher.h') diff --git a/src/gopher.h b/src/gopher.h index c085267b..3ad7e374 100644 --- a/src/gopher.h +++ b/src/gopher.h @@ -34,6 +34,7 @@ struct Impl_Gopher { char type; iBlock source; iBool isPre; + iBool needQueryArgs; iString *meta; iBlock * output; }; -- cgit v1.2.3