From f524d973ae99a7f91d0cc296d8d07690463c63cc Mon Sep 17 00:00:00 2001 From: echicken <echicken@bbs.electronicchicken.com> Date: Thu, 1 Apr 2021 18:46:15 +0000 Subject: [PATCH] Use new typeahead autoDelete setting. --- xtrn/go-for/go-for.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xtrn/go-for/go-for.js b/xtrn/go-for/go-for.js index 94a7974713..2a8240485e 100644 --- a/xtrn/go-for/go-for.js +++ b/xtrn/go-for/go-for.js @@ -108,7 +108,8 @@ function get_address() { x: 1, y: 1, prompt: '\0014\001h\001wAddress: ', - text: 'gopher.floodgap.com:70' + text: 'gopher.floodgap.com:70', + autoDelete: true, }); const ret = typeahead.getstr().split(':'); typeahead.close(); -- GitLab