1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- changed default completion function to "no completion".

This commit is contained in:
cage 2020-12-29 18:39:45 +01:00
parent 500927b390
commit aa24c49753

View File

@ -177,7 +177,7 @@
(priority nil)
(initial-value nil)
(prompt +default-command-prompt+)
(complete-fn #'complete:directory-complete))
(complete-fn #'complete:complete-always-empty))
(flet ((thread-fn ()
(let* ((password-echo (and hide-input
(swconf:config-password-echo-character)))