[Patch] regtool: Add load/unload commands and --binary option

Brian Dessent brian@dessent.net
Wed Jan 25 22:43:00 GMT 2006


Christian Franke wrote:

> At least when regtool is used interactively, it is IMO not very useful
> to have
> modem-line-noise-like output for REG_BINARY, but human readable output for
> the other value types.
> But this is the current behavior of "regtool get ...".

Instead of an explicit -b flag, perhaps it should just call isatty() and
if being run interactively, output human readable hex dump, otherwise
output raw binary.

Brian



More information about the Cygwin-patches mailing list