I'm using JDK 9 build 179 on Windows 7. I've got the "Screen Buffer Size Width" property of my Windows 7 command shell, set to a large number because that's the way I roll. That works fine normally; when I'm simply using the Windows shell on its own.
Unfortunately though, when I'm using JShell, my "Screen Buffer Size Width" property is ignored and JShell wraps my long lines back on themselves. When a line wraps, it doesn't create a new line. Instead, the cursor doubles back to the beginning of the same line and overwrites characters in that line.
Take a look at this screen recording to see what I mean.
It appears to be using the rightmost dimension of the actual width of the window as its cue to wrap a line; ignoring the "Screen Buffer Size Width" property. That property's sole purpose in life is to explicitly prevent wrapping and allow long lines up to a maximum of 9999 characters.
I've put up with this annoying crap since JDK 9 ea+166. I patiently waited for months; expecting it would be fixed by the time of JDK 9's general release. No such luck.
Please, can anybody let me in on the secret of how to fix this?
Thanks in advance.