From e9ab836897ba3ad0facac15b4c8b1b0e55cae4cd Mon Sep 17 00:00:00 2001 From: sxyazi Date: Tue, 24 Oct 2023 19:25:41 +0800 Subject: [PATCH] docs: add faq about image preview size --- usage/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usage/faq.md b/usage/faq.md index f6aff865..a75b5a83 100644 --- a/usage/faq.md +++ b/usage/faq.md @@ -56,6 +56,10 @@ That's it! you can now get Yazi's image preview working properly. +Before [Add `CSI 14 t` sequence support](https://github.com/crossterm-rs/crossterm/pull/810) is merged, it is not possible to obtain the actual width and height of the terminal. + +Therefore, the Windows version of Yazi currently uses `preview.max_width` and `preview.max_height` specified by the user in the `yazi.toml` as the image size. + ## Why can't "Open" and "Enter" be a single command? The decision to separate `enter` and `open` commands was intentional.