You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following slots were removed from prompter-source, they may be useful in the future.
(multiline nil ; TODO: Unused?
:type (or boolean integer)
:documentation
"If non-nil, each candidate can span over multiple lines.
If an integer, it specifies the maximum number of lines allow per candidate.")
(requires-pattern 0 ; TODO: Use!
:documentation
"Compute and display suggestions only if the pattern has
at least this number of characters. When 0, always compute and display
suggestions.")
(suggestion-limit 0 ; TODO: Implement. Move to Nyxt's prompt-buffer?
:documentation
"Don't display more suggestions than this.
If 0, there is no limit.")
The text was updated successfully, but these errors were encountered:
The following slots were removed from prompter-source, they may be useful in the future.
The text was updated successfully, but these errors were encountered: