kitty icon indicating copy to clipboard operation
kitty copied to clipboard

Cross-platform, fast, feature-rich, GPU based terminal

Results 50 kitty issues
Sort by recently updated
recently updated
newest added

This PR adds the `--background` argument to kitty. When specified, the kitty window runs behind all other windows, effectively making it the desktop background. This uses the [`zwlr_layer_shell_v1` Wayland protocol](https://github.com/swaywm/wlroots/blob/master/protocol/wlr-layer-shell-unstable-v1.xml)....

Since infocmp apparently can't generate a termcap file with all the capabilities, I let kitty do that instead. Do you think that's a good idea? Note that I have not...

Adds optional support for subpixel rendering when using freetype. This behavior is disabled by default and can be enabled in the configuration file.

I started to implement smooth and precise scrolling, see #1123. My plan is to render to some kind of buffer (I'm currently using a texture) and then copy the right...

Hi all, I have implemented in master a set of features that reduce startup latency when running kittens and remote control commands by 30-50 milliseconds. They work basically by avoiding...

enhancement

**Describe the bug** Fails to start **To Reproduce** `$ kitty` **Expected behavior** Startup **Screenshots** ``` [175 14:38:59.616720] [glfw error 65543]: EGL: Failed to create context: Arguments are inconsistent [175 14:38:59.621982]...

bug

Mac OS offers the option to resume all your open apps after a shutdown, Apple's version of hibernate, I guess. Terminal.app actually restores the ouput/history in the windows that were...

enhancement
help wanted

Hi, im a developer, and Im interested in kitty, I was sad when I saw it doesn't support client side decorations, since im a wayland gnome user, I would love...

enhancement
help wanted

**Describe the bug** Emoji joined via a ZWJ display properly, but the cursor is moved too far. An example: ``` [schwarzgerat](0) $ printf '\e[6n\U0001f9d1\u200d\U0001f33e\e[6n' 🧑‍🌾 [schwarzgerat](0) $ 1R5R ``` as...

bug

I'm working on a kitten for incremental search in the backlog using the marks feature, but I've run into some issues. Currently I'm starting the kitten with `new_window @ kitty...

enhancement