Cody Creager
Cody Creager
I was having the same problem on windows, where every line had a plus in the gutter. I was using cygwin's svn binary. I fixed it by redirecting VcsGutter to...
The one I'm using in cygwin(version that doesn't work) is "1.7.14 (r1542130)" This one doesn't like windows style paths. For instance a 'svn status c:\svnRepo' will claim it is not...
I found it useful for debugging to add a print statement in the get_diff_args function of the SvnGutterHandler class. This allowed me to try running the same command at a...
When I made the help window, I assumed a minimum terminal size of 80x25 because that's usually a safe assumption at a tty. I should fix this and make it...
The ncurses library I'm using automatically resets COLS and LINES when the window is resized. It also sends a KEY_RESIZE to stdin. I would welcome a patch or pull request...
Broken by a6a6bc1. With my new window splitting system, re-sizing the terminal is much more difficult to handle correctly. It is not implemented yet.
I use programmer dvorak, and I have to install a custom keyboard layout for windows. The `[keyboard]` section of weston.ini used to work, but it no longer works for me....
I'm on win11. I use archlinux in wsl2 (imported from the archlinux docker base tar) and I have the default user setup as root. Other than that, I don't really...
On my system with 2 GPUs, pressing 6 is fine (it just toggles the second GPU), but pressing 7 or 8 crashes btop, 9 and 0 are ignored though. If...
The Google Chat app seems to ignore more than just the KEYCODE_DEL key event, but other key events too, like the KEYCODE_DPAD_RIGHT. I can see both being sent in logcat,...