Parse lefty args before starting app and trying to open DISPLAY. This
allows testing that lefty can start in CI.
This change only affects the X11 variant (FEATURE_X11 or FEATURE_NONE
defined), not the Windows variant.
exprstr = NULL;
fp = NULL;
init (argv[0]);
+
+ processstr (leftyoptions);
+ argv++, argc--;
+ processargs (argc, argv);
+
Minit (GFXprune);
Ginit ();
FD_SET (Gxfd, &inputfds);
Eshowbody = 1;
Eshowcalls = 1;
- processstr (leftyoptions);
- argv++, argc--;
- processargs (argc, argv);
-
if (setjmp (exitljbuf))
goto eop;