kitty/kitty
Kovid Goyal aee5c317f6
...
2021-10-28 08:12:35 +05:30
..
conf Add more type annotations 2021-10-27 13:26:18 +05:30
fonts Old python compat 2021-10-27 14:23:07 +05:30
layout Add more type annotations 2021-10-27 13:26:18 +05:30
options Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
rc Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
__init__.py
actions.py Add more type annotations 2021-10-27 11:36:34 +05:30
banned.h
bgimage_fragment.glsl
bgimage_vertex.glsl
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 When showing last command output and similar cursor less text with the scrollback pager set CURSOR_LINE and CURSOR_COLUMN to 0 2021-10-27 14:20:33 +05:30
cell_fragment.glsl Make blending of foreground more efficient 2021-10-14 21:31:20 +05:30
cell_vertex.glsl Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
charsets.c
charsets.h
child-monitor.c Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
child.c
child.py Add more type annotations 2021-10-27 13:26:18 +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 Add more type annotations 2021-10-27 13:26:18 +05:30
cli_stub.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
client.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
cocoa_window.m A new option to specify the path to a sound file to use as the bell sound 2021-09-24 08:28:37 +05:30
colors.c ... 2021-10-28 08:12:35 +05:30
complete.py Use an env var for fish shell integration 2021-10-27 14:59:11 +05:30
config.py Add more type annotations 2021-10-27 13:44:12 +05:30
constants.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
control-codes.h Centralize definition of file transfer OSC code 2021-09-08 13:43:59 +05:30
core_text.m Finish up title rendering for CoreText 2021-10-17 08:26:35 +05:30
cross-platform-random.h
cursor.c Get rid of bits from CellAttrs 2021-08-18 10:06:08 +05:30
data-types.c Clean up previous PR 2021-10-05 11:36:29 +05:30
data-types.h Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
debug_config.py Add more type annotations 2021-10-27 12:31:10 +05:30
desktop.c Modify canberra wrapper to allow specifying a sound file path 2021-09-24 07:31:02 +05:30
disk-cache.c Fix #3913 2021-08-09 08:37:53 +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_data_types.pyi Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
file_transmission.py Add more type annotations 2021-10-27 11:36:34 +05:30
fontconfig.c
fonts.c Fix soft hyphens not being preserved when round tripping text through the terminal 2021-10-07 12:44:22 +05:30
fonts.h
freetype.c
freetype_render_ui_text.c
freetype_render_ui_text.h
gl-wrapper.c
gl-wrapper.h
gl.c
gl.h
glfw-wrapper.c
glfw-wrapper.h
glfw.c Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +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 Show window titles during visual select 2021-10-15 14:19:56 +05:30
graphics_fragment.glsl
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 Get rid of bits from LineAttrs 2021-08-18 10:06:08 +05:30
hyperlink.c
hyperlink.h
iqsort.h
key_encoding.c ... 2021-10-07 13:59:19 +05:30
key_encoding.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
key_names.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
keys.c ... 2021-08-21 22:09:20 +05:30
keys.h
keys.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
kittens.c
kitty-uthash.h
launch.py Fix set-colors unable to set tab_bar_background to none 2021-10-25 10:04:25 +05:30
line-buf.c DRYer 2021-10-25 18:12:48 +05:30
line.c Get rid of bits from CellAttrs 2021-08-18 10:06:08 +05:30
lineops.h More sophisticated OSC 133 parsing with support for secondary prompts 2021-10-22 11:54:54 +05:30
logging.c
loop-utils.c macOS: Fix SIGUSR1 quitting kitty instead of reloading the config file 2021-08-19 09:37:08 +05:30
loop-utils.h
macos_process_info.c
main.py Use an env var for fish shell integration 2021-10-27 14:59:11 +05:30
marks.py Add more type annotations 2021-10-27 14:00:29 +05:30
modes.h Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359 2021-09-28 11:41:35 +05:30
monotonic.c
monotonic.h
mouse.c Allow middle clicking on a tab to close it 2021-10-24 22:56:30 +05:30
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 run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
os_window_size.py Add more type annotations 2021-10-27 11:36:34 +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 Add more type annotations 2021-10-27 12:31:10 +05:30
rewrap.h Remove a macro that is not really needed anymore 2021-08-18 10:06:09 +05:30
rgb.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
ringbuf.c
ringbuf.h
safe-wrappers.h
screen.c Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
screen.h Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
session.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
seven_segment_fragment.glsl A shader to draw a single seven segment number over a kitty window 2021-10-11 11:13:29 +05:30
shaders.c Allow rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
shell.py Mark output before running command 2021-10-25 20:40:55 +05:30
shell_integration.py Remove unused code 2021-10-27 17:15:45 +05:30
short_uuid.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
state.c A new option to set the tab bar margin color independently 2021-10-25 12:21:46 +05:30
state.h A new option to set the tab bar margin color independently 2021-10-25 12:21:46 +05:30
tab_bar.py Add more type annotations 2021-10-27 13:44:12 +05:30
tabs.py Add more type annotations 2021-10-27 13:44:12 +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 Add more type annotations 2021-10-27 10:50:24 +05:30
typing.py run pyupgrade to upgrade the codebase to python3.6 2021-10-21 12:43:55 +05:30
typing.pyi Make it easier to handle simple click events 2021-09-28 20:12:55 +05:30
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 Add more type annotations 2021-10-27 13:26:18 +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 rendering the cursor with reverse video 2021-10-28 00:21:12 +05:30
window_list.py mypy: Turn on return value checks 2021-10-26 22:39:14 +05:30