Earlier quoted context omitted.
"console", "terminal" and "terminal emulator" all refer to the same thing. "shell" is the read-eval-print-loop interface you use to work in the terminal.
Please don't confuse the novices. A console is either a special kernel device or a UI subsystem; a terminal is a physical piece of kit; and a terminal emulator is an application that runs on a general purpose computer that emulates one of the aforementioned pieces of kit. * https://jdebp.uk/FGA/tui-console-and-terminal-paradigms.html * https://jdebp.uk/Softwares/nosh/guide/commands/freebsd-conso... * https://jdebp.uk…
Kitty – GPU based terminal emulator
51–60 of 87 posts
Re: Kitty – GPU based terminal emulator
#52Is it really that hard to add Windows support for these terminal projects? I understand they are more valued in Linux circles but it's not like nobody on Windows is using the terminal.
Re: Kitty – GPU based terminal emulator
#53My favorite aspect of kitty is the infinite scrollback. My scrollback is 10000 lines long and scrollback buffer itself can store 1 GB worth of history.[0] When you hit a certain shortcut, you can use any pager to search through the scrollback. It's all very fast. [0] https://github.com/siraben/dotfiles/blob/84225d914acd226863e...
Re: Kitty – GPU based terminal emulator
#54Even if the GPU is more efficient than the CPU, I would think it's better to keep the GPU asleep when you're just typing in vim.
Re: Kitty – GPU based terminal emulator
#55Kovid is sort of an arrogant douchebag https://news.ycombinator.com/item?id=8213946
Re: Kitty – GPU based terminal emulator
#56Is it really that hard to add Windows support for these terminal projects? I understand they are more valued in Linux circles but it's not like nobody on Windows is using the terminal.
Re: Kitty – GPU based terminal emulator
#57Kitty terminal can essentially replace a big part of a linux desktop environment, if you want it to. It's infinitely customizable AND has own opinions at the same time. Also my interactive scrollbar change was recently merged in, so if that was stopping you, you can now replace iTerm on your mac with it :)
My only guess is that this refers to graphical rendering support. https://sw.kovidgoyal.net/kitty/graphics-protocol/ I both see enormous value mixing text and console, and also worry that TUI will overcomplicate and add even more unnecessary embellishment than it already is trending towards? Semi grump opinion. But it feels weird introducing a new canvas. I do like the idea of graphics being online in a terminal sess…
Re: Kitty – GPU based terminal emulator
#58At the same time, it's perfectly usable with opinionates defaults.
Run `kitten` and check out the default kittens, there are some gems in there.
Re: Kitty – GPU based terminal emulator
#59Re: Kitty – GPU based terminal emulator
#60Is it really that hard to add Windows support for these terminal projects? I understand they are more valued in Linux circles but it's not like nobody on Windows is using the terminal.