1
0
Fork 0
forked from entailz/toes

Merge branch 'master' into master

This commit is contained in:
atagen 2026-05-20 01:55:25 -04:00
commit 8e2ff5154e
8 changed files with 21045 additions and 21244 deletions

7404
config.c

File diff suppressed because it is too large Load diff

View file

@ -475,6 +475,7 @@ struct config {
enum {
CONF_TABS_STYLE_ROUNDED,
CONF_TABS_STYLE_SQUARE,
CONF_TABS_STYLE_GRADIENT,
} style;
enum {
CONF_TABS_LAYOUT_SPAN,
@ -494,6 +495,8 @@ struct config {
uint32_t active_bg;
uint32_t active_fg;
uint32_t unread_fg;
uint32_t overview_active_border; /* ring around the currently-active tab in the overview */
uint32_t overview_select_border; /* ring around keyboard/hover-selected tab in the overview */
} colors;
} tabs;

4379
csi.c

File diff suppressed because it is too large Load diff

View file

@ -178,7 +178,7 @@
[tabs]
enabled=yes
position=bottom
style=rounded
style=rounded # rounded | square | gradient
layout=floating
height=26
# tab-width=200 (max width per tab in floating mode)
@ -193,6 +193,8 @@ height=26
# inherit-cwd=no (new tabs open in the active tab's cwd; requires OSC 7 shell support)
# unread-indicator=● (string drawn before label when tab has unseen output; empty disables)
# unread-color=fabd2f (color of the unread-indicator)
# overview-active-border=fabd2f (ring around the currently-active tab in tab overview)
# overview-select-border=ffffff (ring around the keyboard/hover-selected tab in tab overview)
[csd]
# preferred=server

6838
input.c

File diff suppressed because it is too large Load diff

11369
render.c

File diff suppressed because it is too large Load diff

3403
search.c

File diff suppressed because it is too large Load diff

8889
terminal.c

File diff suppressed because it is too large Load diff