Brian Inglis

Results 61 comments of Brian Inglis

Thanks - that works. Looked but didn't find any obvious docs on operator precedence/priority. Is there a grammar summary, diagram, something in a source file, or out there? I found...

Thanks folks, these look interesting and useful, I was unaware the *Wiki* was populated, so I will also read *Advanced Topics* and other linked articles, to increase my knowledge above...

7.83.0 was fine: just this update has the man install issue. I did not find any non-trivial differences (only .0->.1) between the generated `build/docs/Makefile`. When `make install` is run, runs...

Did not notice any dependencies in the notes: where are pgrep/pkill and dbus used? I do not have a use case but @mintty and @larsbrinkhoff were discussing creating a tek...

@mintty said: "The tube_quit function would not be used in such an integration case anyway, no problem." I am currently looking at what I need to be able to package...

Would be friendlier to do a PR against wslbridge, making the minimal changes required to support the pty naming at runtime. Also supporting other Linux flavour ptys e.g. Fedora, SuSE,...

So, if mintty is running under Cygwin 3.1.0 or later and Windows supports WSL and a distro is to be launched: - if WSL 2 is supported and a distro...

How should the specification for `mintty` read to run `wsl` now: under what conditions, and with which arguments, does `mintty` invoke `wsl`, to either skip `wslbridge-backend` or invoke `wslbridge-backend`?

... or we might want to ```mintty -h a -s24x80 /bin/env BASH_ENV=\$HOME/.bash_env /bin/bash "$@"``` for non-interactive commands: I use shell scripts to checkout things in *cygwin-32*, *cygwin-64*, and *wsl* environments...

FYI: https://msdn.microsoft.com/en-us/library/windows/desktop/bb787573(v=vs.85).aspx "The WM_CTLCOLORSCROLLBAR message is never sent between threads; it is only sent within the same thread." and: "The WM_CTLCOLORSCROLLBAR message is used only by child scroll bar controls....