The R Project SVN R

Rev

Rev 70779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70779 Rev 73574
Line 3... Line 3...
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{flush.console}
6
\name{flush.console}
7
\alias{flush.console}
7
\alias{flush.console}
8
\title{Flush Output to A Console}
8
\title{Flush Output to a Console}
9
\description{
9
\description{
10
  This does nothing except on console-based versions of \R.
10
  This does nothing except on console-based versions of \R.
11
  On the macOS and Windows GUIs, it ensures that the display of
11
  On the macOS and Windows GUIs, it ensures that the display of
12
  output in the console is current, even if output buffering is on.
12
  output in the console is current, even if output buffering is on.
13
}
13
}