Screwtapello

Results 285 comments of Screwtapello

OK, I'm guessing that's a build of Kakoune from Homebrew, which is pulling in a suitably modern version of ncurses. Strange, I would have expected that to pull in updated...

Some questions: - what does `stty -a | grep -o ' erase[^;]*'` print inside xterm? - if you Ctrl-left-click on Xterm to bring up the "Main Options" menu, is there...

I wrote up a bit about the history of Backspace handling in #3863. In brief: - On a VT100, the key above Enter with the left-pointing arrow sends `^H` (byte...

The short summary is: - the terminal configuration for "what does the backspace key send" needs to align with the kernel's idea of "what does the backspace key send" (as...

I just bumped into this, and have a simpler test-case: echo "helloXthereXworld" | kak -n -f '%sX.*XZ%sXdz"ay%d"aP' This starts with the content `helloXthereXworld` and then does the following operations: -...

I use the `show-whitespace` highlighter, but I don't show ordinary spaces, since that would be *too* noisy: add-highlighter global/ show-whitespaces -spc " " I also make sure that the `Whitespace`...

I don't understand how zsh is involved. As I understand it, if I use Kakoune's REPL support to launch a process like Python, I expect the process tree to look...

I'm pretty sure this is a duplicate of #3059 - Kakoune relies on the system-provided Unicode database to determine which Unicode characters are valid, and Apple does not keep their...

Actually, all those keys can be mapped without `` now. However, it may be worth adding a section describing some of the redundancies commonly encountered via the terminal interface: |...

While these keyboard encodings are out of Kakoune's control and therefore not it's responsibility, it's more likely that a user will hit a problem with Kakoune than with other tools...