kitty/kitty
2018-04-01 12:39:33 +05:30
..
fonts Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +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 Always set the padding color to current window background 2018-02-20 09:43:59 +05:30
borders.py Always set the padding color to current window background 2018-02-20 09:43:59 +05:30
boss.py Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag. Fixes #429 2018-04-01 12:39:33 +05:30
cell_fragment.glsl
cell_vertex.glsl Fix a regression that broke visual bell and invert screen colors escape code. Fixes #419 2018-03-27 10:46:26 +05:30
charsets.c
child-monitor.c Fix screen not being refreshed immediately after moving a window. Fixes #397 2018-03-16 22:00:57 +05:30
child.c macOS: Fix shell not starting in login mode on some computers. Fixes #247 2018-03-05 13:30:09 +05:30
child.py macOS: Fix shell not starting in login mode on some computers. Fixes #247 2018-03-05 13:30:09 +05:30
cli.py Show macOs version for --debug-config 2018-03-25 12:47:47 +05:30
client.py
cocoa_window.m Add a keyboard shortcut to edit the kitty config file easily 2018-03-09 17:57:09 +05:30
colors.c Allow setting all 256 colors in the config file 2018-04-01 12:24:00 +05:30
config.py Allow setting all 256 colors in the config file 2018-04-01 12:24:00 +05:30
config_utils.py Forgot to add _replace() method to new Options class 2018-04-01 12:33:18 +05:30
constants.py version 0.8.4 2018-03-31 12:16:35 +05:30
control-codes.h Fix incorrect handling of CSI s/r/u 2018-02-04 16:16:57 +05:30
core_text.m Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
cursor.c Fix compilation with gcc 8 2018-03-12 10:38:12 +05:30
cursor_fragment.glsl
cursor_vertex.glsl
data-types.c Consolidate signal handling 2018-03-12 21:53:02 +05:30
data-types.h Adjust keys callback for new glfw keyboard API 2018-03-31 12:21:36 +05:30
desktop.c
emoji.h Module with all the data for unicode entry by character name 2018-02-09 19:56:25 +05:30
fontconfig.c Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
fonts.c Avoid comparison between signed and unsigned compilation error (32bit) 2018-03-16 09:31:37 +01:00
fonts.h Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
freetype.c Revert the change to use rendered bitmap width to calculate cell width 2018-03-30 18:54:15 +05:30
gl-wrapper.c
gl-wrapper.h
gl.h Unify error logging between python and C 2018-03-04 11:55:47 +05:30
glfw-wrapper.c Update glfw from upstream 2018-03-31 12:21:36 +05:30
glfw-wrapper.h Update glfw 2018-03-31 12:21:37 +05:30
glfw.c Adjust keys callback for new glfw keyboard API 2018-03-31 12:21:36 +05:30
graphics.c Fix compilation with gcc 8 2018-03-12 10:38:12 +05:30
graphics.h Add support for clearing the scrollback buffer 2018-01-06 23:55:49 +05:30
graphics_fragment.glsl
graphics_vertex.glsl
history.c Replace use of PyObject_Str in a couple more places 2018-03-16 21:26:46 +05:30
icat.py Use the nice array based interface for fcntl.ioctl 2018-02-20 17:01:14 +05:30
key_encoding.py The kittens learn about mice 2018-02-07 12:40:04 +05:30
keys.c Add support for multi-key shortcuts 2018-03-31 12:21:37 +05:30
keys.h Fix compilation with gcc 8 2018-03-12 10:38:12 +05:30
keys.py Add support for multi-key shortcuts 2018-03-31 12:21:37 +05:30
khrplatform.h
kittens.c Fix error handling in tui.loop 2018-02-08 12:33:27 +05:30
kitty.conf Allow setting all 256 colors in the config file 2018-04-01 12:24:00 +05:30
layout.py Fix incorrect bottom blank rects in vertical and tall layouts 2018-02-20 10:06:37 +05:30
line-buf.c Replace use of PyObject_Str in a couple more places 2018-03-16 21:26:46 +05:30
line.c Fix a segfault when getting the contents of the scrollback buffer as text 2018-03-16 21:10:48 +05:30
lineops.h Fix a segfault when getting the contents of the scrollback buffer as text 2018-03-16 21:10:48 +05:30
logging.c Replace deprecated ASL with os_log on macOS 2018-03-04 12:28:06 +05:30
main.py Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag. Fixes #429 2018-04-01 12:39:33 +05:30
modes.h Get rid of the query escape code for styled underlines 2018-02-04 16:40:48 +05:30
mouse.c Allow double-click and triple-click + drag to extend selections word at a time or line at a time. Fixes #400 2018-03-26 16:48:28 +05:30
parser.c Stop setting title to ";" when 0-length OSC 2 is received 2018-03-26 21:30:45 -04:00
remote_control.py Add a focus-tab remote command 2018-03-15 17:41:49 +05:30
rewrap.h Fix off by one when restoring cursor position after resize. Fixes #344 2018-02-25 09:15:48 +05:30
rgb.py Allow setting all 256 colors in the config file 2018-04-01 12:24:00 +05:30
screen.c Fix a regression that broke visual bell and invert screen colors escape code. Fixes #419 2018-03-27 10:46:26 +05:30
screen.h Allow double-click and triple-click + drag to extend selections word at a time or line at a time. Fixes #400 2018-03-26 16:48:28 +05:30
session.py Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag. Fixes #429 2018-04-01 12:39:33 +05:30
shaders.c Fix a regression that broke visual bell and invert screen colors escape code. Fixes #419 2018-03-27 10:46:26 +05:30
state.c Add support for multi-key shortcuts 2018-03-31 12:21:37 +05:30
state.h Add support for multi-key shortcuts 2018-03-31 12:21:37 +05:30
tabs.py Make layout names case-insensitive for enabled_layouts in sessions as well 2018-03-10 23:42:06 +05:30
terminfo.py Log a timestamp as well when printing error messages from python 2018-03-04 10:44:28 +05:30
threading.h Fix compilation on Travis (I hope) 2018-03-03 10:56:07 +05:30
unicode-data.c Module with all the data for unicode entry by character name 2018-02-09 19:56:25 +05:30
unicode-data.h Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
utils.py DRYer 2018-03-08 13:37:56 +05:30
wcwidth-std.h Module with all the data for unicode entry by character name 2018-02-09 19:56:25 +05:30
window.py Fix padding color not tracking active window bg color 2018-02-20 09:52:19 +05:30