If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based. https://sw.kovidgoyal.net/kitty/
Find a file
Andrew Mayorov aff6fdfa84
Make visual bell flash much more gentle
Right now visual bell makes background flash sharply with bright white
(when configured with darkish color theme). This causes eye strain,
especially prominent in unlit environments.

This change makes background bounce smoothly between regular bg color
and highlight (selection) bg color for the configured visual bell
duration. Intensity is animated with cubic easing functions. It
currently peaks at 20% of the duration, this is hardcoded.

Mark functions computing intensity and easing as inline

Do smarter blending of visual bell flash

Blend highlight color with pegtop's softlight mode over both background
and half as much over foreground. This should help with flash visibility
in light themed and inverted colors contexts.

Blend flash in BACKGROUND pass also

Revert "Do smarter blending of visual bell flash"

This reverts commit 9a269d55c7.

Revert "Blend flash in BACKGROUND pass also"

This reverts commit 756332cb9d.

Revert "Make visual bell flash much more gentle"

This reverts commit cbfe5d59ad.

Render flash overlay in a separate drawcall

Trigger frequent repaints to make for smooth animation

Attenuate flash a bit more
2021-08-11 11:54:43 +05:30
.github ... 2021-08-01 07:56:55 +05:30
bypy Linux binary: Remove any RPATH build artifacts from bundled libraries 2021-07-29 13:12:49 +05:30
docs Add a non-interactive mode to the themes kitten 2021-08-08 07:57:14 +05:30
glad Replace glad with glad2 2019-07-07 21:10:15 +02:00
glfw Remove inline from .c files 2021-08-03 09:11:17 +05:30
kittens Function to update a theme file 2021-08-11 09:09:07 +05:30
kitty Make visual bell flash much more gentle 2021-08-11 11:54:43 +05:30
kitty_tests clear_all_mouse_shortcuts -> clear_all_mouse_actions 2021-08-07 21:34:16 +05:30
logo chore(logo): add missing attribution 2021-04-29 09:11:20 +02:00
terminfo terminfo: Fix "cnorm" the property for setting the cursor to normal using a solid block rather than a blinking block cursor 2021-08-07 15:15:59 +05:30
.editorconfig Fixed a typo and added some missing files. 2020-05-20 20:10:37 +00:00
.gitattributes Auto generate the boilerplate code to convert python opts to c opts 2021-06-03 18:30:13 +05:30
.gitignore Start work on using bypy to build the binaries 2020-06-04 13:51:50 +05:30
.ignore
__main__.py Print usage when no args provided to +runpy 2021-08-08 09:10:47 +05:30
Brewfile github actions CI updated to python 3.9 2020-10-14 19:13:46 +05:30
build-terminfo Add file header to build-terminfo 2019-05-19 15:41:46 +02:00
CHANGELOG.rst Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
CONTRIBUTING.md Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
count-lines-of-code Auto generate the boilerplate code to convert python opts to c opts 2021-06-03 18:30:13 +05:30
gen-apc-parsers.py Graphics protocol: Support for frame composition 2021-07-22 18:58:59 +05:30
gen-config.py Move the config generation code into kitty proper 2021-06-21 04:25:04 +05:30
gen-key-constants.py Add support for the keypad Begin key 2021-04-11 07:58:27 +05:30
gen-wcwidth.py Forgot to include \r in the url regex 2021-07-19 18:09:00 +05:30
INSTALL.md Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
key_encoding.json
launcher.c Remove inline from .c files 2021-08-03 09:11:17 +05:30
LICENSE Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
Makefile A new theme for the kitty website 2021-07-18 13:29:33 +05:30
mypy-editor-integration Fix mypy editor integration for changes in syntastic 2020-05-04 13:19:03 +05:30
nerd-fonts-glyphs.txt Unicode input kitten: Add symbols from NERD font 2020-09-22 19:47:39 +05:30
publish.py Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
README.asciidoc Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
SECURITY.md ... 2021-03-17 14:45:23 +05:30
session.vim ... 2021-04-18 10:46:06 +05:30
setup.cfg Minor strictness increases 2020-03-14 14:59:31 +05:30
setup.py Cleanup icdir creation 2021-07-13 08:00:15 +05:30
shell.nix fix shell.nix error with stdenv.lib.getLib 2021-07-28 17:16:52 -07:00
test.py Turn on all warnings when running test suite 2021-06-26 12:55:53 +05:30
update-on-ox Allow updaing on ox with signed/notarized app easily 2020-08-19 20:08:34 +05:30
update-on-ubuntu Use bypy in update-on-ubuntu 2020-06-06 09:23:36 +05:30

= kitty - the fast, feature-rich, cross-platform, GPU based terminal

See https://sw.kovidgoyal.net/kitty/[the kitty website].

image:https://github.com/kovidgoyal/kitty/workflows/CI/badge.svg["Build status", link="https://github.com/kovidgoyal/kitty/actions?query=workflow%3ACI"]

https://sw.kovidgoyal.net/kitty/faq/[Frequently Asked Questions]

To ask other questions about kitty usage, use either the https://github.com/kovidgoyal/kitty/discussions/[discussions on GitHub] or the
https://www.reddit.com/r/KittyTerminal[Reddit community]

Packaging status in various repositories:

image:https://repology.org/badge/vertical-allrepos/kitty.svg[https://repology.org/project/kitty/versions]