kitty/kitty
2017-09-17 21:09:30 +05:30
..
fonts Make the curly underline a bit thicker 2017-09-17 21:09:30 +05:30
__init__.py Remove unused code and pep8 2017-01-09 11:10:41 +05:30
border_fragment.glsl Move the border shaders into their own files 2017-09-15 10:45:08 +05:30
border_vertex.glsl Fix rendering of horizontal borders 2017-09-15 10:45:21 +05:30
borders.py Migrate the cell program 2017-09-15 10:45:22 +05:30
boss.py Move wakeup calls into child-monitor 2017-09-16 16:46:23 +05:30
cell_fragment.glsl Ensure line numbers reported by the GLSL compiler are correct 2017-09-15 10:45:08 +05:30
cell_vertex.glsl DRYer 2017-09-17 19:36:47 +05:30
charsets.c Port mouse event encoding code to C 2017-09-15 10:45:26 +05:30
child-monitor.c Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
child.py Forgot to close stdin_read_fd in the master process 2017-09-15 10:45:14 +05:30
client.py Replay set_dynamic_color and set_color_table_color 2017-08-04 20:47:59 +05:30
cocoa_window.m ... 2017-09-15 10:45:24 +05:30
colors.c Migrate the cell program 2017-09-15 10:45:22 +05:30
config.py Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
constants.py Move the key handler to C 2017-09-15 21:46:00 +05:30
control-codes.h Ignore PM and APC control codes 2017-01-20 13:31:05 +05:30
core_text.m DRYer CoreText 2017-09-15 10:45:17 +05:30
cursor.c ... 2017-09-15 10:45:24 +05:30
cursor_fragment.glsl Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
cursor_vertex.glsl Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
data-types.c Translate key presses to bytes using a lookup table 2017-09-15 10:45:27 +05:30
data-types.h Fix the broken tests 2017-09-16 17:05:58 +05:30
fontconfig.c DRYer fontconfig module 2017-09-15 10:45:17 +05:30
freetype.c Remove GIL management code since it is no longer needed 2017-09-15 10:45:11 +05:30
glfw.c Get rid of the bell callback, just handle it all in C 2017-09-16 14:34:23 +05:30
history.c Directly copy the sprite positions into the GPU buffer 2017-09-15 10:45:15 +05:30
key_encoding.py No need ot build the key map on every startup 2017-02-11 10:48:36 +05:30
keys.c Fix broken scrolling 2017-09-16 17:11:30 +05:30
keys.h Neaten up keys.h 2017-09-16 09:16:30 +05:30
keys.py Neaten up keys.h 2017-09-16 09:16:30 +05:30
kitty.conf Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
layout.py Move the char grid render call into C 2017-09-15 10:45:24 +05:30
line-buf.c Move the text attributes out of the char type 2017-09-16 11:02:42 +05:30
line.c Move the text attributes out of the char type 2017-09-16 11:02:42 +05:30
lineops.h Move the text attributes out of the char type 2017-09-16 11:02:42 +05:30
main.py Track window and application titles in C 2017-09-15 10:45:24 +05:30
modes.h Allow clients to query if the terminal emulator support styled underlines 2017-02-10 16:00:51 +05:30
mouse.c Remove unnecessary conditional operators 2017-09-16 09:43:43 +05:30
parser.c Cleanup data-types.h 2017-09-15 10:45:17 +05:30
rewrap.h Move the text attributes out of the char type 2017-09-16 11:02:42 +05:30
rgb.py Generate X11 RGB color name table from rgb.txt 2017-05-17 07:38:56 +05:30
screen.c Coalesce another couple of uniforms 2017-09-17 18:10:32 +05:30
screen.h Coalesce another couple of uniforms 2017-09-17 18:10:32 +05:30
session.py Allow naming of session tabs 2016-12-07 09:39:43 +05:30
shaders.c Fix wide cursor not being rendered 2017-09-17 19:23:01 +05:30
sprites.c Move the text attributes out of the char type 2017-09-16 11:02:42 +05:30
sprites.h Move the sprites GPU code to shaders.c 2017-09-15 10:45:22 +05:30
state.c Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
state.h Switch to using an opaque block cursor 2017-09-17 13:03:02 +05:30
tabs.py Merge the char_grid and window modules 2017-09-15 10:45:25 +05:30
terminfo.py Implement DECCKM 2017-02-05 15:30:16 +05:30
unicode-data.h Port click on URL code to C 2017-09-15 10:45:27 +05:30
utils.py Port middle-click-to-paste to C 2017-09-15 10:45:25 +05:30
wcwidth9.h Add an option to use a modern wcwidth() instead of the system one 2017-01-12 19:28:51 +05:30
window.py Fix broken scrolling 2017-09-16 17:11:30 +05:30