kitty/kitty
2018-04-26 12:42:56 -07:00
..
fonts
launcher
__init__.py
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py
boss.py Expand ~ and env vars in program names. Fixes #483 2018-04-23 10:53:20 +05:30
cell_fragment.glsl
cell_vertex.glsl Fix a regression that broke visual bell and invert screen colors escape code. Fixes #419 2018-03-27 10:46:26 +05:30
charsets.c
child-monitor.c Neaten up main_loop() 2018-04-13 15:19:25 +05:30
child.c
child.py
cli.py Fix config format crash 2018-04-22 17:35:58 -07:00
client.py
cmds.py Implement a command shell for kitty 2018-04-06 12:11:37 +05:30
cocoa_window.m Move call to cocoa_window.m 2018-04-26 12:42:56 -07:00
colors.c Add a remote control command to change colors 2018-04-02 10:45:52 +05:30
config.py Add macos_hide_from_tasks option 2018-04-23 22:02:54 -07:00
config_utils.py Expand ~ and env vars in program names. Fixes #483 2018-04-23 10:53:20 +05:30
constants.py version 0.9.0 2018-04-15 20:18:52 +05:30
control-codes.h
core_text.m
cursor.c
cursor_fragment.glsl
cursor_vertex.glsl
data-types.c Remove unused code 2018-04-20 22:19:31 +05:30
data-types.h Adjust keys callback for new glfw keyboard API 2018-03-31 12:21:36 +05:30
desktop.c
emoji.h Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30
fontconfig.c
fonts.c Correct types for various PyArg_ParseTuple/Py_BuildValue calls 2018-04-20 08:28:26 -04:00
fonts.h
freetype.c DRYer 2018-04-22 21:22:08 +05:30
gl-wrapper.c
gl-wrapper.h
gl.h
glfw-wrapper.c macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout 2018-04-19 17:44:31 +05:30
glfw-wrapper.h macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout 2018-04-19 17:44:31 +05:30
glfw.c Move call to cocoa_window.m 2018-04-26 12:42:56 -07:00
graphics.c Correct types for various PyArg_ParseTuple/Py_BuildValue calls 2018-04-20 08:28:26 -04:00
graphics.h
graphics_fragment.glsl
graphics_vertex.glsl
history.c
icat.py
key_encoding.py
keys.c Simplify is_ascii_control_char 2018-04-20 14:30:07 +05:30
keys.h Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
keys.py Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
khrplatform.h
kittens.c
kitty.conf Default to off 2018-04-24 17:13:37 -07:00
layout.py
line-buf.c
line.c
lineops.h
logging.c
main.py Move call to cocoa_window.m 2018-04-26 12:42:56 -07:00
modes.h
mouse.c Fix #455 2018-04-12 10:45:29 +05:30
parser.c Use uint64_t to detect out of range graphics command id 2018-04-19 20:32:48 -04:00
remote_control.py Implement a command shell for kitty 2018-04-06 12:11:37 +05:30
rewrap.h
rgb.py Wire up config infrastructure for diff kitten 2018-04-22 21:44:47 +05:30
screen.c Another ParseTuple mismatch 2018-04-20 18:29:55 +05:30
screen.h When double-clicking select words that continue onto next/prev line as well. Fixes #444 2018-04-09 09:47:18 +05:30
session.py Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag. Fixes #429 2018-04-01 12:39:33 +05:30
shaders.c Remove unnecessary <sys/sysctl.h> include 2018-04-19 19:14:40 -04:00
shell.py Add a keyboard shortcut to open the kitty shell 2018-04-06 14:59:13 +05:30
state.c Move call to cocoa_window.m 2018-04-26 12:42:56 -07:00
state.h Move call to cocoa_window.m 2018-04-26 12:42:56 -07:00
tabs.py Pass some common option values to the kittens 2018-04-12 13:21:05 +05:30
terminfo.py Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
threading.h
unicode-data.c Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30
unicode-data.h
utils.py ... 2018-04-23 10:54:04 +05:30
wcwidth-std.h Unicode input: When searching by name search for prefix matches as well as whole word matches 2018-04-24 07:45:20 +05:30
window.py