[CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 30 Sep 2017 14:10:21 +0000 (14:10 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 30 Sep 2017 14:10:21 +0000 (14:10 +0000)
commitc1596e7b3a91de2ad9d2dbec5ff35194eccb93ca
treea3d90ebc6e6354ac2a1f0d40a62dadc6b8939c82
parent3c9f2e199f0e46103c6c7d33f61ec9f721e14765
[CMD]: Little refactoring to lay out the way to using the CONUTILS library in CMD.
- Move the code used to beep, clear screen, and color the screen into console.c ;
- Rename SetScreenColor into ConSetScreenColor, and invert its second parameter (bNoFill -> bFill); its default behaviour is to fill all the screen.

svn path=/trunk/; revision=76000
reactos/base/shell/cmd/beep.c
reactos/base/shell/cmd/cls.c
reactos/base/shell/cmd/cmd.c
reactos/base/shell/cmd/cmd.h
reactos/base/shell/cmd/color.c
reactos/base/shell/cmd/console.c