kitty/kitty
2018-08-05 17:17:15 +05:30
..
conf Expand links to kitty docs in sample kitty.conf 2018-07-20 21:21:52 +05:30
fonts Prerender cursor sprites 2018-07-19 14:03:39 +05:30
launcher Forgot to marcj launcher script executable 2018-02-09 16:48:04 +05:30
__init__.py
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl Change the window border color if a bell occurs in an unfocused window. Can be disabled by setting the bell_border_color to be the same as the inactive_border_color. 2018-05-02 22:02:45 +05:30
borders.py Let the layout control which window borders are drawn 2018-07-06 17:14:25 +05:30
boss.py Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
cell_fragment.glsl Render all cursor shapes in the cell shader 2018-07-19 14:05:15 +05:30
cell_vertex.glsl Render all cursor shapes in the cell shader 2018-07-19 14:05:15 +05:30
charsets.c
child-monitor.c Implement protocol for atomic screen updates 2018-07-23 13:24:49 +05:30
child.c Micro-optimization 2018-08-04 20:34:12 +05:30
child.py Use a pipe rather than a signal to wait for terminal ready 2018-08-04 20:24:06 +05:30
cli.py When using the --listen-on option have kitty @ automatically connect to the socket even when --to is not specified 2018-08-04 22:06:47 +05:30
client.py Add missing screen_delete_lines to client 2018-06-11 09:12:30 +05:30
cmds.py Add a --no-response argument to kitty @ new-window 2018-08-04 15:57:43 +05:30
cocoa_window.m The focus_follows_mouse option now also works across top-level kitty OS windows 2018-07-30 21:26:20 +05:30
colors.c Add a kitty @ get-colors command 2018-06-18 10:02:05 +05:30
config.py Add a keyboard shortcut to reset the terminal 2018-07-26 17:29:13 +05:30
config_data.py Add a keyboard shortcut to reset the terminal 2018-07-26 17:29:13 +05:30
constants.py version 0.11.3 2018-07-10 21:42:01 +05:30
control-codes.h Fix incorrect handling of CSI s/r/u 2018-02-04 16:16:57 +05:30
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
data-types.c Use ctermid() instead of hardcoding /dev/tty 2018-08-04 20:58:01 +05:30
data-types.h The focus_follows_mouse option now also works across top-level kitty OS windows 2018-07-30 21:26:20 +05:30
desktop.c
emoji.h Implement support for emoji skin tone modifiers 2018-08-04 10:06:25 +05:30
fontconfig.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
fonts.c Prerender cursor sprites 2018-07-19 14:03:39 +05:30
fonts.h Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
freetype.c Linux: Fix compilation with python 3.7 2018-07-10 18:47:05 +05:30
gl-wrapper.c Update version of glad used to generate OpenGL wrapper 2018-06-20 12:43:26 +05:30
gl-wrapper.h Update version of glad used to generate OpenGL wrapper 2018-06-20 12:43:26 +05:30
gl.h ... 2018-05-05 07:30:59 +05:30
glfw-wrapper.c Add API for the application to notify the IME system of state changes 2018-07-12 18:18:19 +05:30
glfw-wrapper.h Add API for the application to notify the IME system of state changes 2018-07-12 18:18:19 +05:30
glfw.c The focus_follows_mouse option now also works across top-level kitty OS windows 2018-07-30 21:26:20 +05:30
graphics.c Make the PNG reader code re-useable 2018-07-07 07:46:15 +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 Add an option to fade text in inactive windows 2017-12-28 10:36:48 +05:30
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 More debug output when using --debug-keyboard 2018-07-26 08:41:16 +05:30
keys.h Distinguish shifted Pgup and PgDn keys in normal and application mode 2018-08-05 17:17:15 +05:30
keys.py Distinguish shifted Pgup and PgDn keys in normal and application mode 2018-08-05 17:17:15 +05:30
khrplatform.h Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +05:30
kittens.c Remove unused code 2018-06-30 12:01:56 +05:30
layout.py minimal borders for the grid layout 2018-07-06 20:23:56 +05:30
line-buf.c Reduce data sent to GPU per draw by 30% 2018-05-27 21:25:09 +05:30
line.c Implement support for emoji skin tone modifiers 2018-08-04 10:06:25 +05:30
lineops.h Fix detection of URLs in HTML source code (URLs inside quotes) 2018-08-03 12:28:23 +05:30
logging.c Replace deprecated ASL with os_log on macOS 2018-03-04 12:28:06 +05:30
macos_process_info.c Code to get the env vars of a process 2018-07-24 11:27:10 +05:30
main.py When using the --listen-on option have kitty @ automatically connect to the socket even when --to is not specified 2018-08-04 22:06:47 +05:30
modes.h Get rid of the query escape code for styled underlines 2018-02-04 16:40:48 +05:30
mouse.c Fix detection of URLs in HTML source code (URLs inside quotes) 2018-08-03 12:28:23 +05:30
parse-graphics-command.h Add a warning not to edit the apc parsers header files 2018-07-20 09:45:05 +05:30
parser.c Update pending mode escape code parsing to match latest shed color 2018-07-28 10:56:34 +05:30
png-reader.c Also return image dimensions when loading PNG 2018-07-07 08:04:11 +05:30
png-reader.h Make the PNG reader code re-useable 2018-07-07 07:46:15 +05:30
remote_control.py When using the --listen-on option have kitty @ automatically connect to the socket even when --to is not specified 2018-08-04 22:06:47 +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 Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines. 2018-07-25 16:16:57 +05:30
screen.h Update pending mode escape code parsing to match latest shed color 2018-07-28 10:56:34 +05:30
session.py create_session: handle args=None 2018-06-23 02:57:47 +02:00
shaders.c Remove unused parameter 2018-07-24 13:51:45 +05:30
shell.py kitty shell prompt: fallback to plain ascii prompt in case of unicode errors 2018-07-14 06:35:43 +05:30
state.c The focus_follows_mouse option now also works across top-level kitty OS windows 2018-07-30 21:26:20 +05:30
state.h The focus_follows_mouse option now also works across top-level kitty OS windows 2018-07-30 21:26:20 +05:30
tab_bar.py Fix segfault when opening more tabs than would fit with even one character titles on the tab bar. Fixes #706 2018-07-07 05:35:56 +05:30
tabs.py Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout 2018-06-29 09:56:05 +05:30
terminfo.py Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
threading.h Fix pthread_setname_np on openbsd as well 2018-07-29 10:34:54 +05:30
unicode-data.c Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
unicode-data.h Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
utils.py Make the choice of default editor a bit more robust 2018-07-25 08:57:44 +05:30
wcwidth-std.h Round-trip the zwj unicode character 2018-08-04 18:29:45 +05:30
window.py Use a pipe rather than a signal to wait for terminal ready 2018-08-04 20:24:06 +05:30