ComplexPlane
                                            ComplexPlane
                                        
                                    Wayland programs (wayland "clients") render their own titlebars instead of getting them from the window manager, so it's not possible to hide them right? Probably should write off Wayland support...
So playing with this some more, it's a little more confusing than I first thought. If you leave "close on escape" _off_, then press Escape to close, it appears to...
Hi, strongly voting for this feature myself. Everything search does this, Nautilus file search does this, Windows start menu does this, it's essential to this program's workflow in my opinion.
Awesome!! I think enter to select is reasonable for now as well.
Maybe the ship has sailed at this point with the current Vulkan and D3D12 support, but have you ever considered targeting WebGPU? I've heard it's a great API and despite...
I'd like to pull this into [my project](https://github.com/complexplane/apesphere) as well. One critique is I think this ought to be backwards compatible with the old format as well. Also, it'd be...
Nah I meant the original `:` format. By the way, in this new format, how would you specify a relocation against e.g. 0xE0000000? Maybe `0,0,E0000000:label`?
I get this error using the old format: ``` terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr: __pos (which is 22) > this->size() (which is 8) ``` Also...
[mkb2.us.lst.txt](https://github.com/PistonMiner/ttyd-tools/files/8080967/mkb2.us.lst.txt) And I see you just use the old syntax for DOL locations anyway, got it
I get this error now with that change (can't test exe since I build in Linux): ``` terminate called after throwing an instance of 'std::invalid_argument' what(): stoul ```