kitty/kitty
Kovid Goyal 18a1a61ec2 Dont use closerange() on OS X
The original motivation for this was OpenGL problems caused by the glfw
library on linux because of inherited file descriptors. Dont know if
that applies on OS X.
2017-01-11 15:39:10 +05:30
..
fonts Finish up Core Text based rendering 2017-01-11 14:13:37 +05:30
__init__.py Remove unused code and pep8 2017-01-09 11:10:41 +05:30
borders.py Mutex the border rendering code 2016-11-29 12:49:30 +05:30
boss.py Ignore exceptions when printing error messages 2017-01-10 17:17:23 +05:30
char_grid.py Fix #4 2017-01-07 13:11:48 +05:30
charsets.c More charset fixes 2016-11-30 23:36:10 +05:30
child.py Dont use closerange() on OS X 2017-01-11 15:39:10 +05:30
client.py Code to replay dumped commands 2016-11-30 21:21:23 +05:30
colors.c Implement control code to change colors 2016-11-24 16:28:08 +05:30
config.py Ignore exceptions when printing error messages 2017-01-10 17:17:23 +05:30
constants.py Use an appropriate default config dir on OS X 2017-01-08 16:29:27 +05:30
control-codes.h Add support for CSI s/u used by some old programs 2016-12-14 10:19:51 +05:30
core_text.m Finish up Core Text based rendering 2017-01-11 14:13:37 +05:30
cursor.c The cursor visible (DECTCEM) property should be global, not affected by save/restore of cursor or alternate screens 2017-01-04 10:02:39 +05:30
data-types.c Start work on CoreText font rasterization 2017-01-11 03:34:43 +05:30
data-types.h Start work on CoreText font rasterization 2017-01-11 03:34:43 +05:30
freetype.c Release GIL in a few more places 2016-11-28 20:34:51 +05:30
gl.h A few more GIL releases 2016-11-29 22:36:04 +05:30
glfw.c Implement the check for glfw version properly this time 2017-01-07 21:52:33 +05:30
glfw.h Revert previosu commit since it breaks on travis 2017-01-07 21:49:02 +05:30
history.c Fix incorrect handling of trailing whitespace for lines in the history buffer when resizing 2016-12-11 14:48:00 +05:30
keys.py add the enter key on the numpad to the key map 2017-01-10 22:33:42 +01:00
kitty.conf Combination shift-ins is added to paste from selection, to comply with IBM CUA. 2017-01-08 11:53:18 +02:00
layout.py Remove unused code 2016-12-11 09:48:09 +05:30
line-buf.c ... 2016-12-18 14:02:03 +05:30
line.c Fix compilation with clang 2016-12-12 13:36:11 +05:30
main.py Ignore exceptions when printing error messages 2017-01-10 17:17:23 +05:30
modes.h Implement the mouse tracking protocol 2016-12-02 14:23:38 +05:30
mouse.py Implement the mouse tracking protocol 2016-12-02 14:23:38 +05:30
parser.c Fix crash when parsing malformed CSI sequence with several thousand parameters 2016-12-19 18:33:48 +05:30
rewrap.h Fix top lines appearing at bottom when resizing a screen that seen more lines than the number of lines available 2016-12-12 10:58:18 +05:30
screen.c Refactor screen mode API to use get/setters 2017-01-04 10:24:00 +05:30
session.py Allow naming of session tabs 2016-12-07 09:39:43 +05:30
shaders.py ... 2016-12-10 09:41:25 +05:30
sprites.c Implement escape codes for setting underline color and underline style 2016-12-05 11:03:02 +05:30
tabs.py Implement viewing of the scrollback buffer in a separate window 2016-12-10 12:59:20 +05:30
terminfo.py Ignore exceptions when printing error messages 2017-01-10 17:17:23 +05:30
timers.py Ignore exceptions when printing error messages 2017-01-10 17:17:23 +05:30
tracker.c Implement reverse video and DECSCNM 2016-11-30 11:12:34 +05:30
tracker.h Implement reverse video and DECSCNM 2016-11-30 11:12:34 +05:30
unicode-data.h ... 2016-11-19 14:41:40 +05:30
utils.py Refactor the cell rendering code for greater re-use 2017-01-11 12:02:28 +05:30
window.py Ignore exceptions when printing error messages 2017-01-10 17:17:23 +05:30