diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-25 19:35:19 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-25 19:35:19 +0200 |
commit | a06bcea66e865e85c0b2fc9f6fc3e94c3bedbcf5 (patch) | |
tree | 4a78ecb0061b36ce7fb40641550019861fa73971 | |
parent | f188d740438c6c6fc0b0312db270a2c9b4836887 (diff) | |
download | sciteco-a06bcea66e865e85c0b2fc9f6fc3e94c3bedbcf5.tar.gz |
Curses: added "Git" icons for COMMIT_EDITMSG and git-rebase-todo
-rw-r--r-- | src/interface-curses/curses-icons.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface-curses/curses-icons.c b/src/interface-curses/curses-icons.c index 087d454..1aec677 100644 --- a/src/interface-curses/curses-icons.c +++ b/src/interface-curses/curses-icons.c @@ -63,6 +63,7 @@ static const teco_curses_icon_t teco_icons_file[] = { {".vimrc", 0xe62b}, /* */ {".vscode", 0xe70c}, /* */ {".zshrc", 0xf489}, /* */ + {"COMMIT_EDITMSG", 0xf1d3}, /* */ {"Cargo.lock", 0xe7a8}, /* */ {"Dockerfile", 0xf308}, /* */ {"GNUmakefile", 0xf489}, /* */ @@ -72,6 +73,7 @@ static const teco_curses_icon_t teco_icons_file[] = { {"config", 0xe5fc}, /* */ {"docker-compose.yml", 0xf308}, /* */ {"ds_store", 0xf179}, /* */ + {"git-rebase-todo", 0xf1d3}, /* */ {"gitignore_global", 0xf1d3}, /* */ {"go.mod", 0xe626}, /* */ {"go.sum", 0xe626}, /* */ |