Skip to content

Commit

Permalink
Merge pull request #362 from epage/termtree
Browse files Browse the repository at this point in the history
chore: Update termtree
  • Loading branch information
epage committed Jul 9, 2024
2 parents c6123b5 + a0f423f commit 8b3c8e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ anstream = "0.6.13"
proc-exit = "2.0.1"
eyre = "0.6.12"
human-panic = "2.0.0"
termtree = "0.4.1"
termtree = "0.5.0"
indexmap = "2.2.6"

git2-ext = "0.6.1"
Expand Down
1 change: 1 addition & 0 deletions src/bin/git-stack/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,7 @@ const SPACE_GLYPHS: termtree::GlyphPalette = termtree::GlyphPalette {

const JOINT_GLYPHS: termtree::GlyphPalette = termtree::GlyphPalette {
item_indent: "─┐",
skip_indent: " ",
..termtree::GlyphPalette::new()
};

Expand Down

0 comments on commit 8b3c8e7

Please sign in to comment.