kitty/kitty
2018-06-16 08:14:11 +05:30
..
conf A new tab bar style 2018-06-06 13:27:15 +05:30
fonts DRYer 2018-05-27 12:37:05 +05:30
launcher
__init__.py
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Refactor font group handling 2018-05-27 12:37:05 +05:30
boss.py Add an option to kitty.conf to specify a default startup session 2018-06-16 08:14:11 +05:30
cell_fragment.glsl
cell_vertex.glsl Preserve line numbers when adding in shifts to shader 2018-05-23 19:41:54 +05:30
charsets.c
child-monitor.c Use pipe2() on non-Apple platforms 2018-06-08 08:15:12 +05:30
child.c
child.py Use the process name as the default window title rather than "kitty" 2018-06-07 23:23:10 +05:30
cli.py ... 2018-06-12 21:03:02 +05:30
client.py Add missing screen_delete_lines to client 2018-06-11 09:12:30 +05:30
cmds.py Clean up usage of TTYIO for remote cmds and the shell 2018-06-08 20:17:27 +05:30
cocoa_window.m macOS: Fix crash when triggering some global menu actions with the mouse 2018-06-06 22:53:07 +05:30
colors.c diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637 2018-06-14 23:25:13 +05:30
config.py Get rid of the default kitty.conf 2018-06-05 09:17:31 +05:30
config_data.py Add an option to kitty.conf to specify a default startup session 2018-06-16 08:14:11 +05:30
constants.py version 0.11.0 2018-06-12 08:36:19 +05:30
control-codes.h
core_text.m Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
cursor.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
cursor_fragment.glsl
cursor_vertex.glsl
data-types.c Set VMIN to 1 as without it poll() returns immediately even when no data is available to read on macOS 2018-06-09 11:17:12 +05:30
data-types.h diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637 2018-06-14 23:25:13 +05:30
desktop.c
emoji.h Ignore the non-characters from the unicode standard in addition to ignoring the control characters 2018-06-14 10:20:13 +05:30
fontconfig.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
fonts.c Ensure font data is free'd before other finalizers 2018-05-29 07:18:07 +05:30
fonts.h Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
freetype.c Implement changing the font size for individual top level (OS) windows 2018-05-27 12:37:49 +05:30
gl-wrapper.c
gl-wrapper.h
gl.h
glfw-wrapper.c macOS: When clicking dock icon with no windows, create a new window 2018-06-07 07:19:39 +05:30
glfw-wrapper.h macOS: When clicking dock icon with no windows, create a new window 2018-06-07 07:19:39 +05:30
glfw.c A DPI change is signaled by either a viewport _or_ a scaling factor change 2018-06-10 18:31:44 -07:00
graphics.c Implement changing the font size for individual top level (OS) windows 2018-05-27 12:37:49 +05:30
graphics.h Implement changing the font size for individual top level (OS) windows 2018-05-27 12:37:49 +05:30
graphics_fragment.glsl
graphics_vertex.glsl
history.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
key_encoding.py tui: Use correct key names for enter and backspace keys 2018-05-24 15:23:34 +05:30
keys.c Re-order includes for "_POSIX_C_SOURCE" 2018-06-02 11:26:02 -06:00
keys.h Add in the redundant ctrl+<234578`> key combinations in normal and application mode. They all conflict with other keys but by implementing them the same as other terminals, I can at least avoid having to explain how they Ctrl+number is broken in traditional terminals over and over again. 2018-05-28 20:37:48 +05:30
keys.py Add in the redundant ctrl+<234578`> key combinations in normal and application mode. They all conflict with other keys but by implementing them the same as other terminals, I can at least avoid having to explain how they Ctrl+number is broken in traditional terminals over and over again. 2018-05-28 20:37:48 +05:30
khrplatform.h
kittens.c
layout.py
line-buf.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
line.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
lineops.h Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
logging.c
main.py Ignore errors in talk socket shutdown 2018-06-12 21:15:43 +05:30
modes.h
mouse.c Avoid spurious selection 2018-06-10 12:01:18 -07:00
parser.c Switch to high number OSC codes instead of DCS string codes for dynamic color push/pop 2018-06-15 15:21:46 +05:30
remote_control.py Fix #620 2018-06-09 23:21:00 +05:30
rewrap.h Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
rgb.py A new tab bar style 2018-06-06 13:27:15 +05:30
screen.c diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637 2018-06-14 23:25:13 +05:30
screen.h diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637 2018-06-14 23:25:13 +05:30
session.py Add an option to kitty.conf to specify a default startup session 2018-06-16 08:14:11 +05:30
shaders.c Fix kitty @ set-colors not working with the window border colors 2018-06-11 09:03:24 +05:30
shell.py Clean up usage of TTYIO for remote cmds and the shell 2018-06-08 20:17:27 +05:30
state.c DRYer 2018-06-11 17:52:00 +05:30
state.h Fix inactive_text_alpha also applying to the tab bar 2018-06-07 20:19:29 +05:30
tab_bar.py A new tab bar style 2018-06-06 13:27:15 +05:30
tabs.py A new tab bar style 2018-06-06 13:27:15 +05:30
terminfo.py
threading.h Fix typo in threading.h introduced by FreeBSD commits 2018-06-03 09:29:33 +05:30
unicode-data.c Ignore the non-characters from the unicode standard in addition to ignoring the control characters 2018-06-14 10:20:13 +05:30
unicode-data.h Ignore the non-characters from the unicode standard in addition to ignoring the control characters 2018-06-14 10:20:13 +05:30
utils.py Add a command line option to make --single-instance wait for the closing of the newly opened window before quitting. Fixes #630 2018-06-12 20:53:25 +05:30
wcwidth-std.h wcwidth() for not assigned code points should be -4 2018-06-14 10:27:42 +05:30
window.py Use basenames for default window title 2018-06-11 12:39:13 +05:30