small pixel drawing of a pufferfish neoarkbot

make list compact af
Jes Olson j3s@c3f.net
Sun, 20 Mar 2022 15:21:04 -0400
commit

e931e32626ef2e8f9b0ef4c95050ea546645a518

parent

e6def66346a0287656559a71174a938bbaf457fa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -151,7 +151,7 @@ for i := len(keys); i > 0; {

if selectionScopeEnd > len(keys) { selectionScopeEnd = len(keys) } - listThing := strings.Join(keys[selectionScopeStart:selectionScopeEnd], "<br>") + listThing := strings.Join(keys[selectionScopeStart:selectionScopeEnd], " ") selectionScopeStart += 200 selectionScopeEnd += 200 e.Sender.Send(listThing)