kitty/kitty
Kovid Goyal 405d6fdf5e ...
2016-11-12 08:59:29 +05:30
..
__init__.py Start work on OpenGL bindings 2016-11-02 21:27:20 +05:30
boss.py Move change tracking into the screen class 2016-11-11 18:35:26 +05:30
char_grid.py Simplify the change tracker implementation a little 2016-11-11 18:18:09 +05:30
colors.c Speed up the update_cell_data inner loop 2016-11-10 23:20:42 +05:30
config.py A ColorProfile to manage colors 2016-11-10 10:07:47 +05:30
constants.py Handle window resizing correctly 2016-10-26 10:46:20 +05:30
cursor.c Cursor.reset_display_attrs() 2016-11-10 11:12:20 +05:30
data-types.c Start work on migrating tracker to native code 2016-11-11 21:56:39 +05:30
data-types.h Start work on migrating tracker to native code 2016-11-11 21:56:39 +05:30
develop_gl.py Speed up the update_cell_data inner loop 2016-11-10 23:20:42 +05:30
fonts.py Always use the C library wcwidth() so that the cursor does not go out of sync 2016-11-05 16:02:16 +05:30
gl.h ... 2016-11-12 08:59:29 +05:30
keys.py ... 2016-10-31 13:14:36 +05:30
line-buf.c Fix a memory leak in rewrap() 2016-11-11 21:54:52 +05:30
line.c Speed up the update_cell_data inner loop 2016-11-10 23:20:42 +05:30
main.py fork() before creating the main window so that we dont share any env/state/fds 2016-11-03 19:49:25 +05:30
screen.py Use the native tracker implementation 2016-11-12 08:29:48 +05:30
shaders.py Speed up the update_cell_data inner loop 2016-11-10 23:20:42 +05:30
sprites.c ... 2016-11-10 23:29:32 +05:30
tracker.c Use the native tracker implementation 2016-11-12 08:29:48 +05:30
tracker.h Make the tracker state change function re-useable 2016-11-11 22:07:40 +05:30
unicode.py Use a regex for faster filtering of uinicode data 2016-10-17 10:41:55 +05:30
utils.py Always use the C library wcwidth() so that the cursor does not go out of sync 2016-11-05 16:02:16 +05:30