• David Lawrence Ramsey's avatar
    softwrap: add new functions for chunks of varying width · e375995d
    David Lawrence Ramsey authored
    get_chunk_row() replaces the formula "column / editwincols".
    
    get_chunk_leftedge() replaces "(column / editwincols) * editwincols".
    
    get_last_chunk_row() replaces "strlenpt() / editwincols".
    
    get_last_chunk_leftedge() replaces "(strlenpt() / editwincols) * editwincols".
    
    This prepares us for any changes in those formulas, and for more such
    functions later.
    e375995d
move.c 20.3 KB