| .. |
|
conf
|
Nicer repr for key definitions
|
2021-11-23 18:19:34 +05:30 |
|
fonts
|
Docs: Describes the priority order of auto bold fonts
|
2021-11-05 18:15:29 +08:00 |
|
layout
|
Add more type annotations
|
2021-10-27 13:26:18 +05:30 |
|
options
|
Add command modifier key full name and unicode for ctrl and shift
|
2021-11-25 11:57:26 +08:00 |
|
rc
|
Mark various options in text correctly
|
2021-11-21 22:37:11 +05:30 |
|
__init__.py
|
|
|
|
actions.py
|
Make nth_window focus the last window for numbers larger than the number of windows
|
2021-11-22 22:02:07 +05:30 |
|
banned.h
|
|
|
|
bgimage_fragment.glsl
|
|
|
|
bgimage_vertex.glsl
|
Refactor background_image_anchor for cleaner code
|
2021-10-30 04:34:33 +09:00 |
|
blit_fragment.glsl
|
|
|
|
blit_vertex.glsl
|
|
|
|
border_fragment.glsl
|
|
|
|
border_vertex.glsl
|
A new option to set the tab bar margin color independently
|
2021-10-25 12:21:46 +05:30 |
|
borders.py
|
A new option to set the tab bar margin color independently
|
2021-10-25 12:21:46 +05:30 |
|
boss.py
|
Avoid spurious exception printed to stderr when terminating a key sequence with an invalid key
|
2021-11-23 16:29:10 +05:30 |
|
cell_fragment.glsl
|
Make blending of foreground more efficient
|
2021-10-14 21:31:20 +05:30 |
|
cell_vertex.glsl
|
Allow reverse video for the mouse selection
|
2021-10-28 15:01:48 +05:30 |
|
charsets.c
|
|
|
|
charsets.h
|
|
|
|
child-monitor.c
|
Infrastructure to render the unfocused cursor in multiple windows
|
2021-11-12 20:42:37 +05:30 |
|
child.c
|
Ignore invalid unicode condepoints in command lines
|
2021-11-14 11:59:02 +05:30 |
|
child.py
|
Avoid needing to exec kitty to get manual shell integration
|
2021-11-08 11:37:50 +05:30 |
|
choose_entry.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
cleanup.c
|
|
|
|
cleanup.h
|
|
|
|
cli.py
|
Mark :code: in CLI help output
|
2021-11-21 22:44:43 +05:30 |
|
cli_stub.py
|
Simplify handling of --no-response
|
2021-10-30 12:15:37 +05:30 |
|
client.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
cocoa_window.m
|
Avoid deprecation warning from Apple
|
2021-11-20 06:08:30 +05:30 |
|
colors.c
|
DRYer
|
2021-11-04 18:01:54 +05:30 |
|
colors.h
|
Avoid very low contrast colors for reverse video cursor
|
2021-10-28 14:14:38 +05:30 |
|
complete.py
|
...
|
2021-11-28 10:23:32 +05:30 |
|
config.py
|
Allow aliases to apply to default shortcuts as well
|
2021-11-23 20:24:12 +05:30 |
|
constants.py
|
Drop support for python 3.6
|
2021-11-18 22:44:41 +05:30 |
|
control-codes.h
|
|
|
|
core_text.m
|
Forgot to set the x-axis origin when rendering the glyph, causing right side cut-off
|
2021-11-03 20:57:05 +05:30 |
|
cross-platform-random.h
|
|
|
|
cursor.c
|
|
|
|
data-types.c
|
Clean up previous PR
|
2021-10-05 11:36:29 +05:30 |
|
data-types.h
|
Only malloc the buffer for fast file copy when needed
|
2021-11-24 18:20:37 +05:30 |
|
debug_config.py
|
Allow defining aliases for more general actions, not just kittens
|
2021-11-22 19:52:43 +05:30 |
|
desktop.c
|
Set the media role when playing the bell sound to "event"
|
2021-11-19 14:14:50 +05:30 |
|
disk-cache.c
|
Only malloc the buffer for fast file copy when needed
|
2021-11-24 18:20:37 +05:30 |
|
disk-cache.h
|
|
|
|
emoji.h
|
Fix soft hyphens not being preserved when round tripping text through the terminal
|
2021-10-07 12:44:22 +05:30 |
|
fast-file-copy.c
|
Linux: Use copy_file_range for defrag of the disk cache which should give even better performance on filesystems that support it
|
2021-11-24 19:42:00 +05:30 |
|
fast-file-copy.h
|
Only malloc the buffer for fast file copy when needed
|
2021-11-24 18:20:37 +05:30 |
|
fast_data_types.pyi
|
Allows to open the command output in pager by mouse click
|
2021-11-17 22:25:49 +08:00 |
|
file_transmission.py
|
Forgot to end receive sessions
|
2021-11-18 22:31:05 +05:30 |
|
fontconfig.c
|
|
|
|
fonts.c
|
Further simplify logic for PUA space ligatures
|
2021-11-14 12:47:54 +05:30 |
|
fonts.h
|
|
|
|
freetype.c
|
|
|
|
freetype_render_ui_text.c
|
Allow visually selecting upto 36 windows
|
2021-11-01 10:46:54 +05:30 |
|
freetype_render_ui_text.h
|
Implement rendering of ASCII char with FreeType
|
2021-11-01 10:17:26 +05:30 |
|
gl-wrapper.c
|
|
|
|
gl-wrapper.h
|
|
|
|
gl.c
|
|
|
|
gl.h
|
|
|
|
glfw-wrapper.c
|
Forgot to update the GLFW wrappers
|
2021-11-11 12:34:57 +05:30 |
|
glfw-wrapper.h
|
Forgot to update the GLFW wrappers
|
2021-11-11 12:34:57 +05:30 |
|
glfw.c
|
Set the media role when playing the bell sound to "event"
|
2021-11-19 14:14:50 +05:30 |
|
glyph-cache.c
|
|
|
|
glyph-cache.h
|
|
|
|
graphics.c
|
Show window titles during visual select
|
2021-10-15 14:19:56 +05:30 |
|
graphics.h
|
Read/Write bganchor directly from the options' state
|
2021-10-30 04:34:32 +09:00 |
|
graphics_fragment.glsl
|
resizing size text should be drawn with the current foreground color
|
2021-11-01 07:19:17 +05:30 |
|
graphics_vertex.glsl
|
|
|
|
guess_mime_type.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
history.c
|
Also release excess memory from pagerhist buffer when clearing
|
2021-11-09 10:21:47 +05:30 |
|
hyperlink.c
|
|
|
|
hyperlink.h
|
|
|
|
iqsort.h
|
|
|
|
key_encoding.c
|
...
|
2021-10-07 13:59:19 +05:30 |
|
key_encoding.py
|
unicode input kitten: Also allow using ctrl+number to switch tabs and pressing any modifier with the function keys
|
2021-11-17 12:17:46 +05:30 |
|
key_names.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
keys.c
|
macOS: Fix IME position incorrect after moving OS window
|
2021-11-12 08:51:03 +05:30 |
|
keys.h
|
|
|
|
keys.py
|
Allow defining aliases for more general actions, not just kittens
|
2021-11-22 19:52:43 +05:30 |
|
kittens.c
|
|
|
|
kitty-uthash.h
|
|
|
|
launch.py
|
Get the first command output on screen and the last scrolled one
|
2021-11-15 15:17:33 +05:30 |
|
line-buf.c
|
Clear prompt markings when erasing the display
|
2021-11-24 08:17:04 +05:30 |
|
line.c
|
Refactor code to get cell colors
|
2021-10-28 13:35:30 +05:30 |
|
lineops.h
|
Clear prompt markings when erasing the display
|
2021-11-24 08:17:04 +05:30 |
|
logging.c
|
|
|
|
loop-utils.c
|
|
|
|
loop-utils.h
|
|
|
|
macos_process_info.c
|
|
|
|
main.py
|
Allow defining aliases for more general actions, not just kittens
|
2021-11-22 19:52:43 +05:30 |
|
marks.py
|
Add more type annotations
|
2021-10-27 14:00:29 +05:30 |
|
modes.h
|
|
|
|
monotonic.c
|
|
|
|
monotonic.h
|
|
|
|
mouse.c
|
Allows to open the command output in pager by mouse click
|
2021-11-17 22:25:49 +08:00 |
|
multiprocessing.py
|
Add more type annotations
|
2021-10-27 11:36:34 +05:30 |
|
notify.py
|
Add more type annotations
|
2021-10-27 14:00:29 +05:30 |
|
open_actions.py
|
Avoid cyclic infinite recursion
|
2021-11-23 15:36:58 +05:30 |
|
os_window_size.py
|
Forgot to remove some debug prints
|
2021-11-11 14:42:11 +05:30 |
|
parse-graphics-command.h
|
|
|
|
parser.c
|
Add support for OSC 777 based desktop notifications
|
2021-10-25 10:46:00 +05:30 |
|
png-reader.c
|
|
|
|
png-reader.h
|
|
|
|
remote_control.py
|
Better error message when KITTY_LISTEN_ON is invalid
|
2021-11-10 08:27:45 +05:30 |
|
rewrap.h
|
Dont copy prompt start bits to multiple lines when resizing the screen
|
2021-11-07 18:00:06 +05:30 |
|
rgb.py
|
Use a faster implementation of the Color type
|
2021-10-28 11:15:13 +05:30 |
|
ringbuf.c
|
|
|
|
ringbuf.h
|
|
|
|
safe-wrappers.h
|
|
|
|
screen.c
|
Clear prompt markings when erasing the display
|
2021-11-24 08:17:04 +05:30 |
|
screen.h
|
Allows to open the command output in pager by mouse click
|
2021-11-17 22:25:49 +08:00 |
|
session.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
shaders.c
|
Forgot to recalculate height_gl leading to vertically stretched characters for window numbers
|
2021-11-04 08:53:17 +05:30 |
|
shell.py
|
Handle timeout errors in the shell
|
2021-11-05 23:53:29 +05:30 |
|
shell_integration.py
|
DRYer
|
2021-11-27 11:13:26 +05:30 |
|
short_uuid.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
state.c
|
Allows to open the command output in pager by mouse click
|
2021-11-17 22:25:49 +08:00 |
|
state.h
|
Allows to open the command output in pager by mouse click
|
2021-11-17 22:25:49 +08:00 |
|
tab_bar.py
|
Use a faster implementation of the Color type
|
2021-10-28 11:15:13 +05:30 |
|
tabs.py
|
Make nth_window focus the last window for numbers larger than the number of windows
|
2021-11-22 22:02:07 +05:30 |
|
terminfo.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
threading.h
|
|
|
|
tint_fragment.glsl
|
|
|
|
tint_vertex.glsl
|
|
|
|
types.py
|
Make the repr of SingleKey shorter
|
2021-11-22 20:40:42 +05:30 |
|
typing.py
|
run pyupgrade to upgrade the codebase to python3.6
|
2021-10-21 12:43:55 +05:30 |
|
typing.pyi
|
|
|
|
unicode-data.c
|
Fix soft hyphens not being preserved when round tripping text through the terminal
|
2021-10-07 12:44:22 +05:30 |
|
unicode-data.h
|
Fix soft hyphens not being preserved when round tripping text through the terminal
|
2021-10-07 12:44:22 +05:30 |
|
update_check.py
|
Add more type annotations
|
2021-10-27 12:31:10 +05:30 |
|
uthash.h
|
|
|
|
utils.py
|
Handle blocking io errors when writing all to an fd
|
2021-11-17 11:45:15 +05:30 |
|
utmp.c
|
Check for utmpx.h instead of __unix__
|
2021-10-05 11:58:09 +05:30 |
|
wcswidth.c
|
|
|
|
wcswidth.h
|
|
|
|
wcwidth-std.h
|
Fix soft hyphens not being preserved when round tripping text through the terminal
|
2021-10-07 12:44:22 +05:30 |
|
window.py
|
Allow defining aliases for more general actions, not just kittens
|
2021-11-22 19:52:43 +05:30 |
|
window_list.py
|
mypy: Turn on return value checks
|
2021-10-26 22:39:14 +05:30 |