Changeset fa38804 in buchla-68k for ram/ptdisp.c
- Timestamp:
- 07/14/2017 04:18:35 PM (7 years ago)
- Branches:
- master
- Children:
- ace9ee7
- Parents:
- 1efe224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/ptdisp.c
r1efe224 rfa38804 16 16 17 17 struct seqent seqtab[NSLINES]; /* sequence table */ 18 19 /*20 21 */22 18 23 19 int8_t pthead[] = … … 54 50 }; 55 51 56 /*57 58 */59 60 52 /* 61 53 ============================================================================= … … 109 101 110 102 vputsa(obj8, 1, 0, pthead, atrbuf); 111 /* 112 113 */ 103 114 104 /* row 18 */ 115 105 … … 138 128 139 129 break; 140 /* 141 142 */ 130 143 131 case 1: /* patches */ 144 132 … … 161 149 162 150 break; 163 /* 164 165 */ 151 166 152 case 2: /* sequence status */ 167 153 … … 216 202 } 217 203 } 218 219 /*220 221 */222 204 223 205 /* … … 284 266 ptwins(); /* fill up the windows */ 285 267 286 /* 287 288 */ 268 289 269 /* display some objects */ 290 270
Note:
See TracChangeset
for help on using the changeset viewer.