Kovid Goyal
Kovid Goyal
What would page based smooth scrolling look like? You want to animate the page transition? You certainly cant turn pages continuously, since you have to give the user time to...
What already supported variables? It sets COLORTERM=truecolor. And has setrgbf and setrgbb in its terminfo. And setaf and setab.
You shouldn't rely on env vars for detection. Both sudo and ssh dont pass them through. I would recommend you turn on truecolor by default and only turn it off...
FYI: Here is a wrapper implementation that actually allows you to click on results and open them in your editor at the matched line. https://sw.kovidgoyal.net/kitty/kittens/hyperlinked_grep.html Note that it works with...
If you leave out hostname, you make it impossible for things like this to function: https://sw.kovidgoyal.net/kitty/kittens/remote_file.html That allows the user to click on hyperlinks pointing to a file on a...
On Sat, Oct 01, 2022 at 11:52:09AM -0700, Lucas Trzesniewski wrote: > Note that currently, Windows Terminal does not support the hostname: > > https://github.com/microsoft/terminal/blob/54dc2c4432857919a6a87682a09bca06608155ed/src/cascadia/TerminalApp/TerminalPage.cpp#L2304-L2309 > > Which basically means...
On Sun, Oct 02, 2022 at 03:10:22AM -0700, Lucas Trzesniewski wrote: > > One terminal not supporting it on Windows doesnt mean it should be omitted on windows. > >...
In kitty glyphs come from fonts, which font is chosen depends on the system font libraries (fontconfig/CoreText). First the main font specified for kitty is tried, if that does not...
On Thu, Nov 17, 2022 at 12:21:28AM -0800, Fini wrote: > @kovidgoyal Wow, thank you for the instantaneous answer! > > Again let me apologize that we introduce this issue...