summaryrefslogtreecommitdiffstats
path: root/src/kitty/mod.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-06 08:35:13 +0100
committerCanop <cano.petrole@gmail.com>2022-01-06 08:35:13 +0100
commit1e3d68f84cc9f10a79905a837c2e46467fa8a952 (patch)
treea6236b38e8501968ab2726533c7016b666ba3964 /src/kitty/mod.rs
parent6c7f16446fdc81ca4cc5371c5d7a324c952da0d9 (diff)
Display images in high res on recent WezTerm
More specifically, this commit implements detection of recent enough WezTerm versions with the $TERM_PROGRAM and $TERM_PROGRAM_VERSION environment variables. Fix #473
Diffstat (limited to 'src/kitty/mod.rs')
-rw-r--r--src/kitty/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitty/mod.rs b/src/kitty/mod.rs
index 9e98787..adc9e45 100644
--- a/src/kitty/mod.rs
+++ b/src/kitty/mod.rs
@@ -1,3 +1,4 @@
+mod detect_support;
mod image_renderer;
mod image_set;