octave: Actual Bugs

 
 D.1 Actual Bugs We Haven’t Fixed Yet
 ====================================
 
    • Output that comes directly from Fortran functions is not sent
      through the pager and may appear out of sequence with other output
      that is sent through the pager.  One way to avoid this is to force
      pending output to be flushed before calling a function that will
      produce output from within Fortran functions.  To do this, use the
      command
 
           fflush (stdout)
 
      Another possible workaround is to use the command
 
           page_screen_output (false);
 
      to turn the pager off.
 
    A list of ideas for future enhancements is distributed with Octave.
 See the file ‘PROJECTS’ in the top level directory in the source
 distribution.