Changeset fa38804 in buchla-68k for ram/vtyper.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/vtyper.c

    r1efe224 rfa38804  
    1414int8_t  vtlin2[] =      "abcdefghijklmnopqrstuvwxyz -*-";       /* center */
    1515int8_t  vtlin3[] =      " 0123456789+-/#().,:;!?&<>  | ";       /* bottom */
    16 
    17 /*
    18 
    19 */
    2016
    2117/*
     
    6258}
    6359
    64 /*
    65 
    66 */
    67 
    6860/*
    6961   =============================================================================
     
    108100}
    109101
    110 /*
    111 
    112 */
    113 
    114102/*
    115103   =============================================================================
     
    129117        vcputsv(obj, 64, fg, bg, row, col, buf, 14);
    130118}
    131 
    132 /*
    133 
    134 */
    135119
    136120/*
     
    174158                (*vt_adv)();                            /* advance cursor */
    175159                return(TRUE);
    176 /*
    177160
    178 */
    179161        /* check for exit or cursor controls */
    180162
Note: See TracChangeset for help on using the changeset viewer.