- Fixed bug #1137, which caused file locks to be non-blocking (thanks to Steve
  Rader).
This commit is contained in:
Paul Beckingham
2013-02-10 23:25:27 -05:00
parent adacb96581
commit 2be52e1be2
3 changed files with 5 additions and 2 deletions

View File

@@ -538,6 +538,7 @@ void Context::shadow ()
" rc.detection:off" + // No need to determine terminal size
" rc.color:off" + // Color off by default
" rc.gc:off " + // GC off, to reduce headaches
" rc.locking:off" + // No file locking
" rc:" + rcfile + " " + // Use specified rc file
command + // User specified command
" >" + // Capture