From 23b15dd1036700a899998d5ddd61fe1bda224c00 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 10 Jun 2023 17:30:32 -0400 Subject: =?UTF-8?q?cosmetic,=20use=20of=20=E2=9D=AE=20=E2=9D=AF=20&=20?= =?UTF-8?q?=E1=8D=A8=20unicode=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use of ❮ & ❯ unicode chars for prev & next, replacing < > aka. < > - use of ፨ (paragraph separator) replacing previously used ※ (reference mark) (either would be fairly appropriate and may end up using more or less interchangeably) --- src/spine_search.d | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/spine_search.d') diff --git a/src/spine_search.d b/src/spine_search.d index 73a3934..57b817b 100644 --- a/src/spine_search.d +++ b/src/spine_search.d @@ -491,7 +491,7 @@ void cgi_function_intro(Cgi cgi) { ~ "" - ~ "※" + ~ "፠" ~ ""; return _matched_objects_text; } @@ -532,7 +532,7 @@ void cgi_function_intro(Cgi cgi) { ~ "" - ~ "<< prev" + ~ "❮❮ prev" ~ " || "; } arrow_next = @@ -540,7 +540,7 @@ void cgi_function_intro(Cgi cgi) { ~ "" - ~ "next >>" + ~ "next ❯❯" ~ ""; _previous_next = "
" ~ arrow_previous ~ arrow_next; return _previous_next; @@ -1516,12 +1516,14 @@ void cgi_function_intro(Cgi cgi) { - - index - text / grep; - match limit: + + match [ results: + ፨ (index) + ⚏ (text / grep) + ]  [ limit: 1,000 2,500 + ]
echo query search url @@ -1894,12 +1896,12 @@ LIMIT %s OFFSET %s } cgi.write("


-
git +
Δ git

"); } -- cgit v1.2.3