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 4258940..d2c5e1f 100755 --- a/src/spine_search.d_ +++ b/src/spine_search.d_ @@ -493,7 +493,7 @@ void cgi_function_intro(Cgi cgi) { ~ "" - ~ "※" + ~ "፠" ~ ""; return _matched_objects_text; } @@ -534,7 +534,7 @@ void cgi_function_intro(Cgi cgi) { ~ "" - ~ "<< prev" + ~ "❮❮ prev" ~ " || "; } arrow_next = @@ -542,7 +542,7 @@ void cgi_function_intro(Cgi cgi) { ~ "" - ~ "next >>" + ~ "next ❯❯" ~ ""; _previous_next = "
" ~ arrow_previous ~ arrow_next; return _previous_next; @@ -1518,12 +1518,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 @@ -1896,12 +1898,12 @@ LIMIT %s OFFSET %s } cgi.write("


-
git +
Δ git

"); } -- cgit v1.2.3