Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
issue: Adjust table cutoff
Erik Kundt committed 2 years ago
commit 4b25f64c6d40af510c4ace7d00ca22a259fcaf6d
parent a37a53b99c859625bfb1f99537464623dd2eae5d
1 file changed +2 -0
modified bin/commands/issue/flux/select/ui.rs
@@ -272,6 +272,8 @@ impl Render<()> for Issues {
                widths,
                header,
                footer: Some(footer),
+
                cutoff: 200,
+
                cutoff_after: 5,
            },
        );
    }