Skip to content

Commit

Permalink
[sweep] default border = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslpavel committed Sep 2, 2024
1 parent 2019da0 commit 28dc040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sweep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Pavel Aslanov <[email protected]>"]
build = "build.rs"
edition = "2021"
name = "sweep"
version = "0.16.12"
version = "0.16.13"
include = ["**/*.rs", "src/icons.json", "Cargo.toml", "Cargo.lock", "README.md"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion sweep/src/sweep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Default for SweepOptions {
title: "sweep".to_string(),
scorers,
altscreen: false,
border: 1,
border: 0,
}
}
}
Expand Down

0 comments on commit 28dc040

Please sign in to comment.