Peter Fabinski

Results 7 issues of Peter Fabinski

This PR adds the ability to "monitor" input ports, similar to the way `jack_capture` makes its connections. Specifically, if an input port is matched as the first pattern, then each...

enhancement

* In the vertical columns mode, newlines were added based on a repeat of the previous item's width, even though that is not necessarily true. * If the last character...

1) Default fifo type character color was invisible since 2d93da9078, because its color is high-intensity black (8) and Gputch only checked that foreground != background. a) Check bold and blink...

* After some Gwrite changes, disabling totals printed `? ?` after the listing. * In some cases, more than one type character would be printed. (executable FIFO, executable socket)

The help text didn't match the behavior, so I updated the help text to fit the code. The other way would be easy, but this was even easier. Either way,...

The pointer line is one-sided, making it difficult to identify when it's changed color for [resizing overlays][1]. This is using OpenVR (I see that OVR and OXR pointer code is...

RATSGUI.SetDefineSymbol() always sets defines on the Standalone build target group rather than the active build target group. This change gets and uses the active group instead. Fixes #22 (Android target)