mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
word wrap feature
This commit is contained in:
parent
7926af708c
commit
24e7a3a6d5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use crate::Xdg;
|
||||||
#[derive(Debug, Serialize)]
|
#[derive(Debug, Serialize)]
|
||||||
pub struct Preview {
|
pub struct Preview {
|
||||||
pub tab_size: u8,
|
pub tab_size: u8,
|
||||||
pub word_wrap: bool,
|
pub word_wrap: bool,
|
||||||
pub max_width: u32,
|
pub max_width: u32,
|
||||||
pub max_height: u32,
|
pub max_height: u32,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue