https://github.com/jrincayc/ucblogo-code
Revision 801be822ec456db1712399fc58f19fb21362d0e7 authored by chou86_e on 05 July 2008, 21:18:07 UTC, committed by chou86_e on 05 July 2008, 21:18:07 UTC
(containing chars sent to logo from gui)



git-svn-id: https://svn.code.sf.net/p/ucblogo/code@117 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 887a759
Raw File
Tip revision: 801be822ec456db1712399fc58f19fb21362d0e7 authored by chou86_e on 05 July 2008, 21:18:07 UTC
When turning logo_char_mode off, it flushes the logo character buffer
Tip revision: 801be82
nographics.c

/* A dummy graphics implementation for Unix */

#ifdef X_DISPLAY_MISSING

int pw, ph, pc, pm, pv, px, py, bg;

char *LogoPlatformName="Unix-Nographics";

#ifndef HAVE_WX
void nop()
{
}
#endif
#endif
back to top