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
Kovid Goyal c9252e8639
When erasing in display upto cursor, the line containing the cursor should be marked as not continued.
Also add some tests for the action of ED on continued flags
2020-06-29 14:29:03 +05:30
.github Fix typos 2020-06-23 16:35:13 +02:00
bypy Re-enable the spawn tesRe-enable the spawn test 2020-06-23 20:43:40 +05:30
docs Fix the CSI J (Erase in display ED) escape code not removing line continued markers 2020-06-29 14:17:40 +05:30
glad Replace glad with glad2 2019-07-07 21:10:15 +02:00
glfw Wayland: Fix a crash when using animated mouse cursors 2020-06-29 08:03:25 +05:30
kittens Use ctrl+[] for changing tabs in unicode input as ctrl+tab is taken on macOS 2020-06-26 12:29:42 +05:30
kitty When erasing in display upto cursor, the line containing the cursor should be marked as not continued. 2020-06-29 14:29:03 +05:30
kitty_tests When erasing in display upto cursor, the line containing the cursor should be marked as not continued. 2020-06-29 14:29:03 +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
.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
__main__.py more typing work 2020-03-12 13:51:51 +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
CONTRIBUTING.md
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
INSTALL.md Make links clickable in INSTALL.md 2020-02-20 11:10:49 +01:00
key_encoding.asciidoc
key_encoding.json
launcher.c macOS: Fix the LC_TYPE env var being set to UTF-8 on systems in which the language and country code do not form a valid locale 2020-06-24 22:09:25 +05:30
LICENSE
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
publish.py Ensure mimetype is sent to github 2020-06-20 13:02:34 +05:30
README.asciidoc Switch status badge to github actions 2020-03-01 17:11:39 +05:30
remote-control.asciidoc
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 Build the launcher when freezing on macOS as well 2020-06-21 14:37:36 +05:30
test.py more typing work 2020-03-12 14:26:51 +05:30
update-on-ox Migrate update-on-ox to use bypy 2020-06-06 09:11:50 +05:30
update-on-ubuntu Use bypy in update-on-ubuntu 2020-06-06 09:23:36 +05:30

= 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"]