update lucida
This commit is contained in:
parent
7bd7fd2f4f
commit
17157e4aa8
24 changed files with 160 additions and 96 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <draw.h>
|
||||
#include <cursor.h>
|
||||
#include <event.h>
|
||||
#include <bio.h>
|
||||
#include <ctype.h>
|
||||
|
|
@ -348,7 +349,7 @@ Keepreading:
|
|||
d->fwdonly = ps->clueless = dumb;
|
||||
d->docname = argv[0];
|
||||
|
||||
if(spawngs(&ps->gs) < 0)
|
||||
if(spawngs(&ps->gs, "-dSAFER") < 0)
|
||||
return nil;
|
||||
|
||||
if(!cantranslate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue