dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

fix ^C handling #20

Closed stsp closed 4 years ago

stsp commented 5 years ago

Currently it just terminates comcom32. Should instead abort the current command.

jschwartzenberg commented 5 years ago

Having ^D do something like what ^C does now might be useful, especially if the DOSEMU2 window then automatically closes (similar to a terminal window).

stsp commented 5 years ago

^D can do exit if the edit buffer is empty, otherwise it does Enter. Please open another ticket, its unrelated to ^C. But I would suggest to just do exit by hands.

stsp commented 4 years ago

This is fixed.