Skip to content
Snippets Groups Projects
Commit 6aa0bb7c authored by echicken's avatar echicken :chicken:
Browse files

Use new typeahead autoDelete setting.

parent 2e4c79b8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment