kitty/kitty
2018-05-10 10:27:34 +05:30
..
fonts Make icat a kitten 2018-05-09 20:26:30 +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 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
boss.py Have the paste_from_selection action paste from the clipboard on platforms that do not have a primary selection such as Wayland and macOS. Fixes #529 2018-05-10 07:42:03 +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 cursor_stop_blinking_after=0 not working. Fixes #530 2018-05-10 07:31:53 +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 DRYer 2018-05-09 11:32:09 +05:30
client.py
cmds.py Add a note about KITTY_WINDOW_ID 2018-05-10 10:27:34 +05:30
cocoa_window.m macOS: When the macos_titlebar_color is set to background change the titlebar background to match the current background color of the active kitty window 2018-05-01 23:37:48 +05:30
colors.c Add a remote control command to change colors 2018-04-02 10:45:52 +05:30
config.py Allow programs running in kitty to read/write from the clipboard 2018-05-07 09:57:39 +05:30
config_utils.py Expand environment variables in config file include directives 2018-05-09 09:35:50 +05:30
constants.py Have the paste_from_selection action paste from the clipboard on platforms that do not have a primary selection such as Wayland and macOS. Fixes #529 2018-05-10 07:42:03 +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 Remove unused code 2018-04-20 22:19:31 +05:30
data-types.h Dynamically allocate the scrollback history buffer 2018-05-03 15:17:02 +05:30
desktop.c
emoji.h Fix character names for control characters not being read from unicode database 2018-05-01 10:13:58 +05:30
fontconfig.c Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
fonts.c Correct types for various PyArg_ParseTuple/Py_BuildValue calls 2018-04-20 08:28:26 -04:00
fonts.h Add support for emoji presentation when choosing fallback fonts 2018-02-06 11:11:22 +05:30
freetype.c DRYer 2018-04-22 21:22:08 +05:30
gl-wrapper.c Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +05:30
gl-wrapper.h Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +05:30
gl.h ... 2018-05-05 07:30:59 +05:30
glfw-wrapper.c macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout 2018-04-19 17:44:31 +05:30
glfw-wrapper.h macOS: Fix option as alt not working for keys that act as dead keys in the current keyboard layout 2018-04-19 17:44:31 +05:30
glfw.c macOS: When the macos_titlebar_color is set to background change the titlebar background to match the current background color of the active kitty window 2018-05-01 23:37:48 +05:30
graphics.c Correct types for various PyArg_ParseTuple/Py_BuildValue calls 2018-04-20 08:28:26 -04:00
graphics.h
graphics_fragment.glsl
graphics_vertex.glsl
history.c Dynamically allocate the scrollback history buffer 2018-05-03 15:17:02 +05:30
key_encoding.py The kittens learn about mice 2018-02-07 12:40:04 +05:30
keys.c Fix using modifiers with subsequent keys in a muti-key shortcut not working 2018-04-24 09:42:37 +05:30
keys.h Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
keys.py Refactor shortcut config parsing 2018-04-27 11:16:58 +05:30
khrplatform.h Update GL wrapper generated by new version of glad 2018-05-04 18:12:31 +05:30
kittens.c Fix error handling in tui.loop 2018-02-08 12:33:27 +05:30
kitty.conf Expand environment variables in config file include directives 2018-05-09 09:35:50 +05:30
layout.py Fix #506 2018-05-03 11:19:11 +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 Dynamically allocate the scrollback history buffer 2018-05-03 15:17:02 +05:30
logging.c Replace deprecated ASL with os_log on macOS 2018-03-04 12:28:06 +05:30
main.py Forgot to remove args.cmd 2018-05-03 11:14:10 +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 #455 2018-04-12 10:45:29 +05:30
parser.c Allow programs running in kitty to read/write from the clipboard 2018-05-07 09:57:39 +05:30
remote_control.py Delay load some particularly heavy stdlib modules that are not often needed 2018-05-03 17:53:22 +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 Wire up color handling in the diff kitten 2018-04-24 10:58:15 +05:30
screen.c diff kitten has working syntax highlighting 2018-05-08 14:48:01 +05:30
screen.h Allow programs running in kitty to read/write from the clipboard 2018-05-07 09:57:39 +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 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
shell.py macOS: Fix changing tab title and kitty shell not working 2018-04-27 15:16:26 +05:30
state.c Make the kitty window id available as the environment variable KITTY_WINDOW_ID 2018-05-10 08:52:28 +05:30
state.h Avoid rendering tab bar more than once per tick 2018-05-03 17:00:18 +05:30
tabs.py Make the kitty window id available as the environment variable KITTY_WINDOW_ID 2018-05-10 08:52:28 +05:30
terminfo.py Fix Shift+function key not working 2018-04-23 11:28:02 +05:30
threading.h Fix compilation on Travis (I hope) 2018-03-03 10:56:07 +05:30
unicode-data.c Dont use case range in names.h as it prevents compilation with Visual Studio 2018-05-01 11:27:10 +05:30
unicode-data.h Avoid unnecessary calls to mark_for_codepoint 2018-02-06 11:23:39 +05:30
utils.py ... 2018-05-10 09:53:17 +05:30
wcwidth-std.h Fix character names for control characters not being read from unicode database 2018-05-01 10:13:58 +05:30
window.py Allow programs running in kitty to read/write from the clipboard 2018-05-07 09:57:39 +05:30