Cleaned up definitions for pause
and sh
This commit is contained in:
parent
2d4758dc7e
commit
91fe7203b6
10
bb.h
10
bb.h
@ -300,11 +300,7 @@ CONFIRM ";\n"
|
|||||||
#endif
|
#endif
|
||||||
"}\n"
|
"}\n"
|
||||||
"pause() {\n"
|
"pause() {\n"
|
||||||
#ifdef PAUSE
|
" ask1 REPLY \"\033[0;2m Press any key to continue...\033[0m\";"
|
||||||
PAUSE ";\n"
|
|
||||||
#else
|
|
||||||
" ask1 REPLY \"\033[0;2mPress any key to continue...\033[0m\";"
|
|
||||||
#endif
|
|
||||||
"}\n"
|
"}\n"
|
||||||
"pick() {\n"
|
"pick() {\n"
|
||||||
#ifdef PICK
|
#ifdef PICK
|
||||||
@ -315,9 +311,7 @@ PICK ";\n"
|
|||||||
#endif
|
#endif
|
||||||
"}\n"
|
"}\n"
|
||||||
#ifdef SH
|
#ifdef SH
|
||||||
"alias sh=" SH";\n"
|
"alias sh="SH";\n"
|
||||||
#else
|
|
||||||
#define SH "sh"
|
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user