isPromptInputModeEditable function
Whether this mode is editable (can be pulled into the input buffer).
Implementation
bool isPromptInputModeEditable(PromptInputMode mode) {
return !_nonEditableModes.contains(mode);
}
Whether this mode is editable (can be pulled into the input buffer).
bool isPromptInputModeEditable(PromptInputMode mode) {
return !_nonEditableModes.contains(mode);
}