Cross-platform, fast, feature-rich, GPU based terminal
Go to file
Kovid Goyal 21d7cc1a60
Configure the alabaster theme a bit
And remove duplicated FAQ from README
2018-05-30 09:44:53 +05:30
docs Configure the alabaster theme a bit 2018-05-30 09:44:53 +05:30
glad Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +05:30
glfw Update bundled glfw 2018-05-20 08:03:58 +05:30
kittens When receiving contiguous non-empty OSC 52 clipboard writes, combine them. 2018-05-28 21:50:42 +05:30
kitty When closing a tab switch to the last active tab instead of the rightmost tab. Fixes #585 2018-05-29 08:06:33 +05:30
kitty_tests Add support for the CSI t escape code to query window and cell sizes 2018-05-28 13:47:42 +05:30
logo reduce icon set size to fit iconutil limits 2018-03-30 22:57:34 -07:00
terminfo Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
__main__.py Make icat a kitten 2018-05-09 20:26:30 +05:30
.gitattributes Mark names.h as being generated 2018-02-12 10:19:29 +05:30
.gitignore Start work on a kitty website 2018-05-29 21:03:50 +05:30
.ignore Don't search in names.h 2018-05-09 11:32:22 +05:30
.travis.yml xkbcommon.org's HTTPS certificate has expired 2018-04-20 18:39:27 +05:30
=template.py Initial commit 2016-10-14 12:33:27 +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 version 0.10.1 2018-05-24 19:26:12 +05:30
CONTRIBUTING.md Add section on reporting bugs to CONTRIBUTING 2018-03-05 21:03:01 +05:30
count-lines-of-code Add kittens to the LOC script 2018-03-11 12:03:23 +05:30
gen-wcwidth.py Hints kitten: Overhaul making it more intelligent 2018-05-19 14:31:00 +05:30
graphics-protocol.asciidoc Add support for the CSI t escape code to query window and cell sizes 2018-05-28 13:47:42 +05:30
key_encoding.asciidoc forgot to include in last commit 2018-02-07 14:40:23 +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 Allow the name of the lib directory in linux-package to be configurable. Fixes #372 2018-03-12 08:10:53 +05:30
Makefile Typo in makefile app target 2018-02-27 21:06:42 +05:30
protocol-extensions.asciidoc Add a note about dotted and dashed underline styles 2018-04-17 08:21:28 +05:30
publish.py Sign the released macOS app 2018-05-07 23:04:20 +05:30
README.asciidoc Configure the alabaster theme a bit 2018-05-30 09:44:53 +05:30
remote-control.asciidoc Add some documentation for the kitty shell 2018-04-06 15:06:28 +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 find common prefix and suffix of two strings 2018-05-03 20:15:28 +05:30
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 - A terminal emulator

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



== Resources on terminal behavior

http://invisible-island.net/xterm/ctlseqs/ctlseqs.html

https://en.wikipedia.org/wiki/C0_and_C1_control_codes

https://vt100.net/