Menu

#166 NppExec integrate not well with cygwin, for not accepting Ctrl-D

Next release
open
nobody
NppExec (13)
5
2016-05-28
2016-04-15
Johnny
No

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?

Related

Feature Requests: #166

Discussion

  • DV

    DV - 2016-05-28

    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.

     
    • Johnny

      Johnny - 2016-11-10

      Yes, Ctrl+D have a hex code of 0x04.  Sorry for late reply.
      Regards,  Johnny.

      DV <dv__@users.sf.net>  2016年05月29日 (週日) 2:08 AM 寫道
      

      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


Log in to post a comment.