Kovid Goyal
Kovid Goyal
You also need to fix the high dpi issue on macOS, I think.
I have implemented the remote control command for this. That should give you all the lower level pieces to implement the rest of it easily.
I'm somewhat confused. Why does this need to macOS specific? Why not use glfwSetWindowPos() to move the OS Window as needed. Also I dont think this should use the margins...
On Fri, Jun 18, 2021 at 07:32:46AM -0700, Luflosi wrote: > > Why does this need to macOS specific? Why not use glfwSetWindowPos() to move the OS Window as needed....
You create it with ./gen-config.py Although is this really needed anymore since we can specify an actual file for the bell sound?
You need to add ctype to the definition and add the function to-c.h see for example bell_path
No idea, you'd have to ask the maintainer of infocmp
LS_COLORS is not something the terminal supports. It is something for programs running inside the terminal.
Wouldn't you get the same effect by just turning off antialiasing? That's essentially what it looks like your patch is doing. Look at magnified versions to check.
OK that's interesting. next question is wont gamma correction change the reproduced colors? For non-black and white text. I recall we had established that gamma correction was already done/not needed...