diff options
| author | Jeff Carr <[email protected]> | 2024-02-15 22:50:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-15 22:50:50 -0600 |
| commit | 2bc2096e841f3b262563126feb8a7a4c2b66f090 (patch) | |
| tree | a940a0200555f1a75096cdc1895246ed46ffb159 /structs.go | |
| parent | e6eb92845ace066aa36c8730d28c3e53fe6bdca8 (diff) | |
xterm fixes
also a i18n syntax idea
show all tags in the main window
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ type RepoStatus struct { window *gadgets.BasicWindow - // a window to manage your .git tags - TagsW *repoTags + // a box of all the git tags + Tags *gitTagBox dirtyLabel *gadgets.OneLiner readOnly *gadgets.OneLiner |
