Dustin L. Howett
Dustin L. Howett
@bruceoberg cmd has a feature where you can specify the initial position by commandline argument? As the engineering owner for cmd, I'm surprised to hear that. Do you have any...
Oh, I see. Per-profile. It doesn't _really_ have that: it's per shortcut file or exe, for which the equivalent is a terminal shortcut that spawns wt with arguments. We are...
(i got tricked by my own re-titling of your issue. Sorry about that!)
So, when we render individual "runs" of text we clip the rendering region to the estimated space to avoid characters overhanging their boxes. The italics and the spaces are logically...
_Sometimes_ terminal's text run splitter chooses to end the run at the last character and clip to the bounding box, and sometimes it encompasses one or more of the following...
@Pranav-Badrinathan this is because the Italic variant of your font has a *significantly* smaller width than the Roman variant. That's actually a hole that was introduced to make up for...
You'll be among the first to know! We'll publish it to NuGet when it's ready :smile: For a bit of "behind-the-scenes", though... I mostly prepared the package as a "bucket...
No, it does not. `sendInput` is for Terminal generating input into a client application.
Unfortunately, this is a known (and difficult to fix properly) issue. Logos is a somewhat degenerate parser - regex-based, non-tokenizing, and without a lexical understanding.
If Logos could detect that (to wit: become an actual objc parser), we could use the user-provided class type or generate one as necessary. On Feb 14, 2016 12:46 AM,...