Jesse Hathaway

Results 20 comments of Jesse Hathaway

Try right clicking on the text and choose inspect in Chrome, then see what font-family is being used to render the text in both instances.

@jung-kurt thanks for the reply, I'll see if I can put together something acceptable

@sgur are you interested, per my recent comment, https://github.com/vim/vim/issues/2286#issuecomment-481398889

So it looks like we would need most of the platform specific code from https://github.com/golang/term to make this work properly, since altering the terminal is platform specific. @mvdan do you...

> Do we just need to copy the code to access unexported APIs, or do we need to copy bits of code to tweak them? If it's just the former,...

> What about adding the API in x/term that we need here? It could take weeks or even months for such an API proposal to be accepted and merged, but...

The elivish shell also has support for reading with a timeout, their code might be worth perusing for inspiration, https://github.com/elves/elvish/commits/master/pkg/cli/term/file_reader_unix.go

This just hit me too, would love if this bug could get fixed!

@mvdan thanks for the reminder, I lost steam on getting patches created for x/term, but you have re-inspired me!

looks good, the only downside I have experienced is that it is more difficult to override settings with ~/.vimrc_local, when you use ftplugins, I think last time I needed to...