mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
- Rename all options from pane_title_* to window_title_*
- Use foreground/background instead of fg/bg in color option names
- Change color options to to_color_or_none defaulting to None,
falling back to corresponding tab bar colors
- Add bell_symbol, activity_symbol, progress_percent template vars
using existing bell_on_tab and tab_activity_symbol options
- Add custom script support via window_title_bar.py in config dir
(draw_window_title function exposed as {custom} in templates)
- Update C structs, Python references, and regenerate config files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| complete_actions.go | ||
| env.go | ||
| launch.go | ||
| main.go | ||
| main_test.go | ||
| run.go | ||
| scroll_window.go | ||
| send_text.go | ||
| set_background_opacity.go | ||
| set_colors.go | ||
| set_font_size.go | ||
| set_spacing.go | ||
| set_tab_color.go | ||
| set_window_logo.go | ||
| shell.go | ||
| socket_io.go | ||
| template.go | ||
| tty_io.go | ||