Changeset a9f049 in git for kernel/oswrapper


Ignore:
Timestamp:
Oct 4, 2017, 11:45:37 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
8d7105d3cb72824af18bd04ec16c1219db080b9d
Parents:
ee7bb427901427b68cd172680a624ac44b76486d
Message:
chg: non-intr. output of help browser "builtin" for pagelength<0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/oswrapper/fereadl.c

    ree7bb4 ra9f049  
    6363BOOLEAN fe_use_fgets=FALSE;
    6464static BOOLEAN fe_is_initialized=FALSE;
    65 static int     pagelength = 24;
    6665
    6766FILE *  fe_echo; /*the output file for echoed characters*/
     
    7170short   fe_hist_pos;
    7271BOOLEAN fe_is_raw_tty=0;
    73 int     fe_cursor_pos; /* 0..colmax-1*/
    74 int     fe_cursor_line; /* 0..pagelength-1*/
     72short   fe_cursor_pos; /* 0..colmax-1*/
     73short   fe_cursor_line; /* 0..pagelength-1*/
    7574
    7675#ifndef HAVE_ATEXIT
Note: See TracChangeset for help on using the changeset viewer.