NppExec integrate not well with cygwin, for not accepting Ctrl-D
A plugin to improve Notepad++
Brought to you by:
jenslorenz
When I run a cygwin program which takes user input in NppExec (e.g. > C:\cygwin\bin\bash -c "/bin/cat" ), NppExec doesn't support the Ctrl-D signal to indicate end-of-input. Now, I can only Ctrl-C to terminate it.
Meanwhile, NppExec do support Ctrl-Z -> ^Z signal for Windows Command Prompt programs. Why not accept also Ctrl-D signal?
Does Ctrl+D have a hex code of 0x04? (This is the first time I hear of Ctrl+D, and I was able to find only this description: https://en.wikipedia.org/wiki/End-of-Transmission_character ).
I'm asking because, for example, Ctrl+Z has a hex code of 0x1A that is clearly stated here ( https://en.wikipedia.org/wiki/Control-Z ) as well in some developer's forums. But I did not find such obvious description for Ctrl+D.
Yes, Ctrl+D have a hex code of 0x04. Sorry for late reply.
Regards, Johnny.
Does Ctrl+D have a hex code of 0x04? (This is the first time I hear of Ctrl+D, and I was able to find only this description: https://en.wikipedia.org/wiki/End-of-Transmission_character ).
I'm asking because, for example, Ctrl+Z has a hex code of 0x1A that is clearly stated here ( https://en.wikipedia.org/wiki/Control-Z ) as well in some developer's forums. But I did not find such obvious description for Ctrl+D. [feature-requests:#166] NppExec integrate not well with cygwin, for not accepting Ctrl-DStatus: open
Group: Next release
Labels: NppExec
Created: Fri Apr 15, 2016 02:58 AM UTC by Johnny
Last Updated: Fri Apr 15, 2016 02:58 AM UTC
Owner: nobodyWhen I run a cygwin program which takes user input in NppExec (e.g. > C:\cygwin\bin\bash -c "/bin/cat" ), NppExec doesn't support the Ctrl-D signal to indicate end-of-input. Now, I can only Ctrl-C to terminate it.Meanwhile, NppExec do support Ctrl-Z -> ^Z signal for Windows Command Prompt programs. Why not accept also Ctrl-D signal?Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/npp-plugins/feature-requests/166/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Feature Requests: #166