Cross-platform, fast, feature-rich, GPU based terminal
Go to file
Luflosi 85fe783652
Fix fake scroll when scrolling in unfocused kitty window
Scrolling should happen in the kitty window under the mouse cursor, not in the currently active kitty window.
2020-06-05 16:44:11 +02:00
.github Fixed misprint in .github/ISSUE_TEMPLATE/bug_report.md 2020-05-21 22:24:04 +03:00
bypy bypy builds on macOS 2020-06-05 19:38:00 +05:30
docs Add links to config settings to change mouse modifiers in the main mouse docs 2020-06-03 08:17:28 +05:30
glad Replace glad with glad2 2019-07-07 21:10:15 +02:00
glfw Null: Make platform more conformant 2020-06-05 00:27:47 +02:00
kittens Fix #2682 2020-05-23 09:03:44 +05:30
kitty Fix fake scroll when scrolling in unfocused kitty window 2020-06-05 16:44:11 +02:00
kitty_tests Fix #2735 2020-06-05 19:24:40 +05:30
logo Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00
terminfo Update terminfo with CSI REP support 2020-05-29 01:06:16 +03:00
__main__.py more typing work 2020-03-12 13:51:51 +05:30
.editorconfig Fixed a typo and added some missing files. 2020-05-20 20:10:37 +00:00
.gitattributes Mark kitty/parse-graphics-command.h as being generated 2019-10-15 18:16:28 +02:00
.gitignore Start work on using bypy to build the binaries 2020-06-04 13:51:50 +05:30
.ignore Don't search in names.h 2018-05-09 11:32:22 +05:30
Brewfile Put back the Brewfile 2020-02-22 19:07:17 +05:30
build-terminfo Add file header to build-terminfo 2019-05-19 15:41:46 +02:00
CHANGELOG.rst Add the CHANGELOG to the docs 2018-05-30 12:46:00 +05:30
CONTRIBUTING.md Fix broken links 2018-09-22 20:22:15 +02:00
count-lines-of-code Make count-lines-of-code a little nicer 2019-10-17 15:19:13 +05:30
gen-apc-parsers.py Fix a regression in 0.17 that broke displaying graphics over SSH 2020-04-19 08:13:33 +05:30
gen-wcwidth.py pep8 2020-05-12 22:54:08 +05:30
graphics-protocol.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
INSTALL.md Make links clickable in INSTALL.md 2020-02-20 11:10:49 +01:00
key_encoding.asciidoc redirect to kitty website 2018-06-23 10:30:34 +05:30
key_encoding.json Add JSON definition of key encoding 2018-02-07 14:39:11 +05:30
launcher.c Fix #2573 2020-04-21 22:04:34 +05:30
LICENSE Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
Makefile Remove unnecessary indentation 2019-08-09 03:27:22 +02:00
mypy-editor-integration Fix mypy editor integration for changes in syntastic 2020-05-04 13:19:03 +05:30
protocol-extensions.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
publish.py ... 2020-03-15 13:36:09 +05:30
README.asciidoc Switch status badge to github actions 2020-03-01 17:11:39 +05:30
remote-control.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
session.vim Use python3 in session.vim 2020-04-30 23:12:37 +05:30
setup.cfg Minor strictness increases 2020-03-14 14:59:31 +05:30
setup.py Dont link against librt and libdl on OpenBSD 2020-05-21 11:43:55 +05:30
test.py more typing work 2020-03-12 14:26:51 +05:30
update-on-ox Use context managers to open files 2019-08-01 13:21:26 -05:00
update-on-ubuntu Replace all instances of EnvironmentError with OSError 2020-01-11 16:47:36 +01:00

= kitty - the fast, featureful, GPU based, terminal emulator

See https://sw.kovidgoyal.net/kitty/

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