kitty/kitty
2019-03-17 12:41:03 +05:30
..
conf Warn when a line in the config file is invalid 2019-03-14 18:46:36 +01:00
fonts Don't crash when rendering special cells with absurd cell sizes 2019-02-14 09:49:51 +05:30
launcher
__init__.py
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl Fix #1221 in a different way 2019-01-08 16:14:41 +01:00
border_vertex.glsl
borders.py
boss.py Get rid of glfw_post_empty_event as it is not needed 2019-03-04 19:52:45 +05:30
cell_fragment.glsl Merge branch 'fix_white_background_transparency' of https://github.com/Luflosi/kitty 2019-01-14 13:10:15 +05:30
cell_vertex.glsl Allow specifying a value of `none for the :opt:selection_foreground`` which will cause kitty to not change text color in selections 2019-02-05 10:34:56 +05:30
charsets.c Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
charsets.h Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
child-monitor.c Handle OS not reporting live resizing end 2019-03-04 19:54:10 +05:30
child.c Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
child.py Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory. 2019-01-03 13:29:52 +05:30
cli.py DRYer 2019-03-15 18:52:24 +05:30
client.py
cmds.py Add match-tab for send-text 2019-01-01 14:39:28 +02:00
cocoa_window.m Dont use a global autorelease variable 2019-03-06 09:34:55 +05:30
colors.c Fix changing cursor_text_color via remote control not working 2018-12-16 17:12:49 +05:30
complete.py
config.py Allow using tabs as delimiters in the config file 2019-03-14 22:51:52 +05:30
config_data.py Allow no-append in clipboard_control 2019-03-01 09:10:07 -05:00
constants.py Wayland: Use the kitty Wayland backend by default 2019-03-06 21:04:34 +05:30
control-codes.h
core_text.m Fix potential undefined behaviour 2019-03-15 14:31:19 +01:00
cursor.c
data-types.c Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
data-types.h ... 2019-01-31 20:57:21 +05:30
desktop.c Add a couple of extra lib names for libstartup-notification.so 2018-12-14 23:01:49 +05:30
emoji.h Update to using the Unicode 12 standard 2019-03-06 13:58:16 +05:30
fontconfig.c Linux: Dont fail on systems with fonts that have non-UTF-8 names. Fixes #1281 2018-12-31 07:31:17 +05:30
fonts.c Fix a regression in version 0.13.0 that caused background colors of space characters after private use unicode characters to not be respected 2019-03-11 20:03:58 +05:30
fonts.h Fix rendering of simple strings with FreeType 2019-03-04 19:54:10 +05:30
freetype.c Fix rendering of simple strings with FreeType 2019-03-04 19:54:10 +05:30
gl-wrapper.c
gl-wrapper.h
gl.h Fix typo 2019-03-12 19:38:06 +01:00
glfw-wrapper.c Avoid using timing related hacks to detect the end of a live resize on macOS 2019-03-04 19:52:46 +05:30
glfw-wrapper.h Avoid using timing related hacks to detect the end of a live resize on macOS 2019-03-04 19:52:46 +05:30
glfw.c Make the scale sanitization more comprehensive 2019-03-17 12:41:03 +05:30
graphics.c Fix shader invocation for cells output during resize 2019-03-04 19:54:10 +05:30
graphics.h Initial code to show window size in cells while resizing 2019-03-04 19:54:10 +05:30
graphics_fragment.glsl ... 2019-03-04 19:54:10 +05:30
graphics_vertex.glsl
history.c Fix scrollback pager history not being cleared when clearing the main scrollback buffer 2019-02-16 12:15:39 +05:30
key_encoding.py Create a kitten to demonstrate the kitty extended keyboard protocol 2019-01-20 14:38:19 +05:30
keys.c
keys.h Forgot to regenerate keys table with plus key. Fixes #1246 2018-12-18 03:03:35 +05:30
keys.py
khrplatform.h
kittens.c Add a note about runnning commands from within kitty to the timeout error message 2019-02-18 10:29:04 +05:30
layout.py
line-buf.c
line.c Make the charsets code useable in kittens 2019-01-23 11:33:45 +05:30
lineops.h
logging.c
macos_process_info.c
main.py Allow specifying a value of `none for the :opt:selection_foreground`` which will cause kitty to not change text color in selections 2019-02-05 10:34:56 +05:30
modes.h
mouse.c Convert some tabs to spaces 2019-02-02 22:08:32 +01:00
notify.py Respond to clicks on user notifications via DBus 2019-02-03 15:54:32 +05:30
parse-graphics-command.h
parser.c When parsing CSI codes allow - as a primary modifier 2019-03-08 09:58:18 +05:30
png-reader.c
png-reader.h
remote_control.py
rewrap.h
rgb.py
screen.c Make the charsets code useable in kittens 2019-01-23 11:33:45 +05:30
screen.h
session.py
shaders.c Fix shader invocation for cells output during resize 2019-03-04 19:54:10 +05:30
shell.py
state.c Initial code to show window size in cells while resizing 2019-03-04 19:54:10 +05:30
state.h Initial code to show window size in cells while resizing 2019-03-04 19:54:10 +05:30
tab_bar.py Handle malformed tab title templates gracefully 2018-12-13 13:43:22 +05:30
tabs.py When a window is closed, switch focus to the previously active window (if any) instead of picking the previous window in the layout 2019-03-09 10:42:55 +05:30
terminfo.py
threading.h
unicode-data.c Update to using the Unicode 12 standard 2019-03-06 13:58:16 +05:30
unicode-data.h Update to using the Unicode 12 standard 2019-03-06 13:58:16 +05:30
update_check.py Use the new glfw timers to get rid of the kitty specific timers 2019-03-04 19:52:45 +05:30
utils.py Fix exception when getting function name for debug_keyboard action dispatch 2019-02-23 08:00:21 +05:30
wcwidth-std.h Update to using the Unicode 12 standard 2019-03-06 13:58:16 +05:30
window.py Initial code to show window size in cells while resizing 2019-03-04 19:54:10 +05:30