Skip to content

Commit d2a2243

Browse files
committed
Switched to Tigs method of symbolization
1 parent a2ed29e commit d2a2243

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/components/utils/graphrow.rs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
pub const SYM_COMMIT: &str = "◆";
2-
pub const SYM_COMMIT_BRANCH: &str = "◈";
3-
pub const SYM_COMMIT_MERGE: &str = "◇";
4-
pub const SYM_COMMIT_STASH: &str = "⟡";
5-
pub const SYM_COMMIT_UNCOMMITTED: &str = "◻";
1+
pub const SYM_COMMIT: &str = "o";
2+
pub const SYM_COMMIT_BRANCH: &str = "*";
3+
pub const SYM_COMMIT_MERGE: &str = "M";
4+
pub const SYM_COMMIT_STASH: &str = "*";
5+
pub const SYM_COMMIT_UNCOMMITTED: &str = "+";
6+
pub const SYM_CROSS: &str = "╋";
67
pub const SYM_VERTICAL: &str = "┃";
78
pub const SYM_VERTICAL_DOTTED: &str = "╏";
89
pub const SYM_HORIZONTAL: &str = "━";

0 commit comments

Comments
 (0)