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

Use new typeahead autoDelete setting.

parent 6a8793b0
Branches
Tags
No related merge requests found
......@@ -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