1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
/*---------------------------------------------------------------------------* * * BinkleyTerm * * (C) Copyright 1987-96, Bit Bucket Software Co. * For license and contact information see /doc/orig_260/license.260. * * This version was modified by the BinkleyTerm XE Team. * For contact information see /doc/team.lst and /doc/join.us. * For a complete list of changes see /doc/xe_user.doc and /doc/xe_hist.doc. * * Filename : $Source: /cvsroot/btxe/btnt/sources/b_banner.cpp,v $ * Revision : $Revision: 1.1 $ * Tagname : $Name: $ * Last updated: $Date: 2005/01/01 15:18:11 $ * State : $State: Exp $ * Orig. Author: Vince Perriello * * Description : BinkleyTerm Opening Banner * *---------------------------------------------------------------------------*/ /* Include this file before any other includes or defines! */ #include "includes.h" void opening_banner () { if (!un_attended) { char bd[10]; char junk[256]; screen_clear (); scr_printf (ANNOUNCE); scr_printf ("\r\nA Freely Available<tm> Dumb Terminal and FidoNet Mail Package\r\n"); scr_printf (MSG_TXT (M_SETTING)); sprintf (junk, " %s%d", port_device, 1 + port_ptr); scr_printf (junk); scr_printf (MSG_TXT (M_INITIAL_SPEED)); sprintf (bd, "%lu", max_baud.rate_value); scr_printf (bd); scr_printf (MSG_TXT (M_INTRO_END)); #ifdef DOS16 if (fossil_info.curr_fossil > 0) fossil_announce (0); #endif } } /* $Id: b_banner.cpp,v 1.1 2005/01/01 15:18:11 vildanov Exp $ */
About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us
©2010 Koders is a trademark of Black Duck Software, Inc. Black Duck, Know Your Code and the Black Duck logo are registered trademarks of Black Duck Software, Inc. in the United States and other jurisdictions. All other trademarks are the property of their respective holders.