https://github.com/jrincayc/ucblogo-code
Revision a4e502d69f0cd3b47ee13c61a0a2138c178d51dd authored by Dan Malec on 31 December 2021, 17:38:20 UTC, committed by GitHub on 31 December 2021, 17:38:20 UTC
* STANDOUT fix: switching from inverting raw colors to inverting foreground/background colors
1 parent 0ba6ad1
Raw File
Tip revision: a4e502d69f0cd3b47ee13c61a0a2138c178d51dd authored by Dan Malec on 31 December 2021, 17:38:20 UTC
Fix/standardize STANDOUT in wxWidgets builds (#122)
Tip revision: a4e502d
libloc.c
char *libloc=LIBLOC;		/* "/usr/local/lib/logo/logolib" */
char *helploc=HELPLOC;		/* "/usr/local/lib/logo/helpfiles" */
char *cslsloc=CSLSLOC;		/* "/usr/local/lib/logo/csls" */
char *temploc=TEMPLOC;		/* "/tmp" */
char *separator="/";
back to top