belka-ew

Results 35 comments of belka-ew

Test case: ```d import accessors; import person : PersonId; import another : AnotherPersonId = PersonId; class PersonId { } class WriteAttrTest { @Write private PersonId personId_; @Write private AnotherPersonId anotherPersonId_;...

Thanks for explaining where it comes from. I looked into the kitty's issues and found a few closed issues describing problems with text and cursor position after resizing a window....

Yes, it works. Some terminals support additional codes for shell integration, so kitty: https://sw.kovidgoyal.net/kitty/shell-integration/. I tried to add the following sequence: ```c lebuf_putchar('\x1b'); lebuf_putchar('\x5d'); lebuf_putchar('1'); lebuf_putchar('3'); lebuf_putchar('3'); lebuf_putchar(';'); lebuf_putchar('A'); lebuf_putchar('\x1b');...

You have to specify values for flags, like `--split_operator_at_line_end=true` or `--split_operator_at_line_end=false`.