Christian Hopps
Christian Hopps
So my thinking was since I did extend it a little bit (e.g., adding C-2 -> C-8) I wasn't being completely true to what xterm supported (I don't know why...
actually your question got me thinking what exactly did I change. Originally I started this as just a way to generate some sequences that I could then program emacs to...
You are correct many keys use the "CSI 27;mod;decchar~" sequence. I think perhaps source is simpler in this case, so here's the python I used to generate the data: https://gist.github.com/8af4d179794c2603362e...
I was looking over my control-key exceptions in the python code and realized I missed one keyboard ascii key: space! I'll update the branch with this key (and of course...
I think George is correct here, rather than presets iTerm should instead do this in code. There are 2 methods: modifyOtherKeys == 1 [implied formatOtherKeys == 0] # xterm patch...
I didn't originate the changes (but significantly modified them to finish/update them to newer VPP versions). From code forensics (presence of "netlink" and "winsock" in a couple comments in the...
Yes, I've sent mail (as far as I could) to the authors. The primary no longer works for PANTHEON.tech, according to their linkedin page. I also sent an email to...
This needs to be rebased
I've hit this error but I cannot give a bridge name as the network is actually for PCI SR-IOV VF passthrough network (i.e., there's no bridge, instead PCI VF devices...
Really need ipv6 only *and* auto ipv6 allocation. Hard to do IPv6 development w/o these things.