forked from rebolsource/r3
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Skip bracketed paste mode initialization on POSIX when using `--…
…cgi` flag
- Loading branch information
Showing
5 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -497,6 +497,7 @@ import (module [ | |
^[[1;32m--secure policy^[[m Can be: none allow ask throw quit | ||
^[[1;32m--trace (-t)^[[m Enable trace mode during boot | ||
^[[1;32m--verbose^[[m Show detailed startup information | ||
^[[1;32m--cgi (-c)^[[m Starts in a CGI mode | ||
^[[4;1;36mOther quick options^[[m: | ||
|
@@ -510,8 +511,6 @@ import (module [ | |
REBOL -s script.r | ||
REBOL script.r 10:30 [email protected] | ||
REBOL --do "watch: on" script.r} | ||
|
||
; --cgi (-c) Load CGI utiliy module and modes | ||
] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters