`int` may be < 64 bit, and some dap protocols use a 64 bit integer. Chnage to `int64_t` to be consistent. Fixes: #45
On windows text mode for these plays with newline escape sequences, breaking the ContextStream encoding. Fixes: #12