kitty/kitty
Kovid Goyal 6350652009
Reap zombies in a signal handler
Avoids relying on jernel behavior, which may not be portable across all
unices
2017-10-22 19:13:13 +05:30
..
fonts Remove unused code 2017-10-22 17:13:38 +05:30
__init__.py
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 ... 2017-10-21 13:46:19 +05:30
cell_fragment.glsl Implement interleaved drawing of cells 2017-10-04 16:11:20 +05:30
cell_vertex.glsl Workaround to get graphics working on Apple's buggy products 2017-10-17 12:15:52 +05:30
charsets.c Use a static b64 decoding table 2017-09-30 13:51:47 +05:30
child-monitor.c Simply reaping of dead processes 2017-10-22 17:42:49 +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 Fix #129 2017-09-26 08:22:26 +05:30
colors.c Use a UBO for all cell program uniforms 2017-09-30 11:44:44 +05:30
config.py Allow creating shortcuts to run arbitrary programs in new windows/tabs 2017-10-20 17:49:52 +05:30
constants.py Simply code to query xrdb for Xft.dpi 2017-10-22 17:09:30 +05:30
control-codes.h
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 API to easily render a Screen object from python 2017-10-21 10:04:56 +05:30
data-types.h Move the screen datatype decls into screen.h 2017-09-30 13:51:47 +05:30
fontconfig.c finalize the fontconfig library on exit 2017-09-28 11:06:56 +05:30
freetype.c Give Face objects a nice __repr__ 2017-09-30 08:01:04 +05:30
gl.h Also output error number when glewInit() fails 2017-10-17 16:47:38 +05:30
glfw.c Refactoring to allow using kitty in other projects 2017-10-21 12:16:46 +05:30
graphics.c Fix incorrect scrolling of images with specified number of rows 2017-10-16 22:02:55 +05:30
graphics.h Handle font size changes, rescaling images 2017-10-09 15:15:13 +05:30
graphics_fragment.glsl ... 2017-10-12 16:10:19 +05:30
graphics_vertex.glsl Workaround to get graphics working on Apple's buggy products 2017-10-17 12:15:52 +05:30
history.c Fix cursor moving one line up when resizing 2017-09-20 10:59:31 +05:30
icat.py DRYer 2017-10-08 11:48:23 +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 Allow creating shortcuts to run arbitrary programs in new windows/tabs 2017-10-20 17:49:52 +05:30
layout.py Move the char grid render call into C 2017-09-15 10:45:24 +05:30
line-buf.c Fix cursor moving one line up when resizing 2017-09-20 10:59:31 +05:30
line.c Move the text attributes out of the char type 2017-09-16 11:02:42 +05:30
lineops.h Fix cursor moving one line up when resizing 2017-09-20 10:59:31 +05:30
main.py Reap zombies in a signal handler 2017-10-22 19:13:13 +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 Implement control code for deleting images 2017-10-08 22:51:00 +05:30
rewrap.h Fix cursor moving one line up when resizing 2017-09-20 10:59:31 +05:30
rgb.py Generate X11 RGB color name table from rgb.txt 2017-05-17 07:38:56 +05:30
screen.c ... 2017-10-22 09:29:19 +05:30
screen.h Start work on the graphics manager 2017-09-30 13:51:48 +05:30
session.py
shaders.c Workaround to get graphics working on Apple's buggy products 2017-10-17 12:15:52 +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 Workaround to get graphics working on Apple's buggy products 2017-10-17 12:15:52 +05:30
state.h Workaround to get graphics working on Apple's buggy products 2017-10-17 12:15:52 +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 Reap zombies in a signal handler 2017-10-22 19:13:13 +05:30
wcwidth9.h
window.py ... 2017-10-21 14:03:48 +05:30