~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to rtl/emx/crt.pas

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{****************************************************************************
2
2
 
3
 
    $Id: crt.pas,v 1.6 2005/03/30 23:11:35 hajny Exp $
4
3
 
5
4
                            Standard CRT unit.
6
5
                    Free Pascal runtime library for EMX.
453
452
    scroll_dn(row,left,bot,right,1,fil);
454
453
end;
455
454
 
456
 
procedure textmode(mode:integer);
 
455
procedure TextMode (Mode: word);
457
456
 
458
457
{ Use this procedure to set-up a specific text-mode.}
459
458
 
957
956
    assigncrt(output);
958
957
    textrec(output).mode:=fmoutput;
959
958
end.
960
 
 
961
 
{
962
 
  $Log: crt.pas,v $
963
 
  Revision 1.6  2005/03/30 23:11:35  hajny
964
 
    * OS/2 fixes merged to EMX
965
 
 
966
 
  Revision 1.5  2005/02/14 17:13:22  peter
967
 
    * truncate log
968
 
 
969
 
}