kitty/kitty
2016-11-04 14:44:46 +05:30
..
__init__.py Start work on OpenGL bindings 2016-11-02 21:27:20 +05:30
boss.py ... 2016-11-03 19:56:02 +05:30
char_grid.py Explicitly free sprites on normal program termination 2016-11-03 19:43:11 +05:30
config.py Change the default number of scrollback lines 2016-11-04 13:15:39 +05:30
constants.py Handle window resizing correctly 2016-10-26 10:46:20 +05:30
cursor.c Get rid of more boilerplate 2016-11-02 11:48:52 +05:30
data-types.c More OpenGL bindings 2016-11-03 10:30:35 +05:30
data-types.h Start work on using the new LineBuf class 2016-11-04 14:44:46 +05:30
data_types.py Remove unused code 2016-11-02 09:14:36 +05:30
develop_gl.py More OpenGL bindings 2016-11-03 16:44:07 +05:30
fonts.py ... 2016-11-03 20:38:05 +05:30
gl.h Set texture interpolation to nearest to prevent fringing 2016-11-03 21:26:15 +05:30
keys.py ... 2016-10-31 13:14:36 +05:30
line-buf.c Start work on using the new LineBuf class 2016-11-04 14:44:46 +05:30
line.c Start work on using the new LineBuf class 2016-11-04 14:44:46 +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 Start work on using the new LineBuf class 2016-11-04 14:44:46 +05:30
shaders.py ... 2016-11-03 21:34:49 +05:30
tracker.py Make the test suite work again 2016-10-31 14:51:55 +05:30
unicode.py Use a regex for faster filtering of uinicode data 2016-10-17 10:41:55 +05:30
utils.py Explicitly close all fds other than the three std ones before execing() 2016-11-03 19:49:48 +05:30