about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/statusbar.c')
-rw-r--r--src/ui/statusbar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 03ab718d..420d3021 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -338,10 +338,13 @@ _status_bar_draw_extended_tabs(int pos)
 
         int status_attrs;
         if (is_current) {
+            // currently selected
             status_attrs = theme_attrs(THEME_STATUS_CURRENT);
         } else if (_extended_new()) {
+            // new one
             status_attrs = theme_attrs(THEME_STATUS_NEW);
         } else {
+            // all other
             status_attrs = theme_attrs(THEME_STATUS_ACTIVE);
         }
         wattron(statusbar_win, status_attrs);