Cross-platform, fast, feature-rich, GPU based terminal
Go to file
Dominique Martinet ec51a219a7 glfw x11: update cursor position on enter event
kitty would have an incorrect position when clicking after changing window
without moving (e.g. change workspace, create new kitty etc)

For new kitty window, initial position would be 0 and selection paste would
not work because of this
2018-10-26 13:19:12 +09:00
docs Allow hiding the tab bar completely, by setting :opt:tab_bar_style to `hidden`. 2018-10-25 10:05:43 +05:30
glad Remove workaround for #654 as it has been upstreamed 2018-07-19 05:11:03 +05:30
glfw glfw x11: update cursor position on enter event 2018-10-26 13:19:12 +09:00
kittens Modify the kittens sub-system to allow creating custom kittens without any user interface. 2018-10-12 18:09:37 +05:30
kitty Allow hiding the tab bar completely, by setting :opt:tab_bar_style to `hidden`. 2018-10-25 10:05:43 +05:30
kitty_tests Add scrollback benchmark 2018-09-22 19:10:37 +09:00
logo macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds 2018-07-07 10:43:30 +05:30
terminfo Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
__main__.py Nicer error message when sphinx-build is not in PATH 2018-09-06 21:23:03 +05:30
.gitattributes Mark names.h as being generated 2018-02-12 10:19:29 +05:30
.gitignore Ignore .DS_Store 2018-06-18 14:39:12 +02:00
.ignore Don't search in names.h 2018-05-09 11:32:22 +05:30
.travis.yml Disabe brew python upgrade since it is failing for some reason on Travis 2018-10-23 08:35:55 +05:30
asan-launcher.c Free argvw in asan-launcher 2017-11-01 15:00:52 +05:30
build-terminfo Add non-standard terminfo capabilities 2018-02-08 10:26:13 +05:30
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 Add kittens to the LOC script 2018-03-11 12:03:23 +05:30
gen-apc-parsers.py Add a warning not to edit the apc parsers header files 2018-07-20 09:45:05 +05:30
gen-wcwidth.py Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
graphics-protocol.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
INSTALL.md ... 2018-06-02 11:29:07 +05:30
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
LICENSE Initial commit 2016-10-14 12:33:27 +05:30
linux-launcher.c Linux: Ensure that the python embedded in the kitty binary build always uses UTF-8 mode 2018-09-08 23:03:36 +05:30
Makefile Add a linkcheck target to check links in the docs 2018-06-16 09:27:39 +05:30
protocol-extensions.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
publish.py Require PENV when publishing 2018-09-01 10:32:08 +05:30
README.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
remote-control.asciidoc Redirect old asciidoc pages to new website 2018-05-30 12:52:59 +05:30
session.vim Explicitly set expandtab 2017-12-01 12:15:36 +05:30
setup.cfg Configure yapf/isort 2017-02-08 09:59:36 +05:30
setup.py Loop through lines of tic output to correctly handle multiple lines 2018-10-18 12:25:19 +02:00
test.py Remove unused code and pep8 2017-01-09 11:10:41 +05:30
update-on-ox ... 2017-12-12 22:23:16 +05:30

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

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

image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, link=https://travis-ci.org/kovidgoyal/kitty]