summaryrefslogtreecommitdiff
path: root/src/gopher.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-08 07:50:17 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-08 07:50:17 +0200
commitc0280998be065ab075581e46c52c6cc27e4b21a9 (patch)
tree9f4156beb6ef6a01605bafb8c81ae6885e8eced7 /src/gopher.h
parent0e03a97ba89bb9e8fccf6978250addc14799c5c1 (diff)
Gopher improvements
Asking for query text with item type 7. Enhanced ASCII art detection.
Diffstat (limited to 'src/gopher.h')
-rw-r--r--src/gopher.h1
1 files changed, 1 insertions, 0 deletions
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 {
34 char type; 34 char type;
35 iBlock source; 35 iBlock source;
36 iBool isPre; 36 iBool isPre;
37 iBool needQueryArgs;
37 iString *meta; 38 iString *meta;
38 iBlock * output; 39 iBlock * output;
39}; 40};