mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[CMD] Don't reset bCtrlBreak too early.
This allows to break commands such as: C:\ReactOS\system32> for %f in (*.*) do dir as one would expect: stop the currently running 'dir' and the 'for'. "bCtrlBreak" doesn't need to be volatile too.
This commit is contained in:
parent
6dd27bd467
commit
a3b36f8d3e
3 changed files with 14 additions and 7 deletions
|
@ -47,7 +47,7 @@
|
|||
extern LPTSTR lpOriginalEnvironment;
|
||||
extern WORD wColor;
|
||||
extern WORD wDefColor;
|
||||
extern volatile BOOL bCtrlBreak;
|
||||
extern BOOL bCtrlBreak;
|
||||
extern BOOL bIgnoreEcho;
|
||||
extern BOOL bExit;
|
||||
extern BOOL bDisableBatchEcho;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue