/*************************************** * FIELD LEFT v1.11 * © Copyright 1988 Timm Martin * All Rights Reserved ****************************************/ #include #include #include #include #include void field_left( field, wreq ) struct Field *field; struct IOStdReq *wreq; { if (field->BufferPos) { cursor_jump_left( wreq, field->BufferPos ); field->BufferPos = 0; } else FLASH_SCREEN; }