mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
fix(tui): add feature guard
This commit is contained in:
parent
44ebe17c66
commit
9fb5d2d9f7
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ impl TuiIn {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "dsl")]
|
||||
impl DslInput for TuiIn {
|
||||
fn matches_dsl (&self, token: &str) -> bool {
|
||||
if let Some(event) = KeyMatcher::new(token).build() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue