1 --- tmview-01.03.orig/svga/writevga.c
2 +++ tmview-01.03/svga/writevga.c
6 case 0: case 27: com= KEYESC; break; /* allow wild escape abuse */
12 --- tmview-01.03.orig/src/tmview.c
13 +++ tmview-01.03/src/tmview.c
20 pfprot("(numberargadd: parsing error)");
37 } while(o!=KEYESC && o!=KEYRET);
47 else drawstatusline();
55 else drawstatusline();
69 if(newunit < 0) newunit=NUMBEROFUNITS-1;
102 @@ -1588,6 +1599,7 @@
110 @@ -1621,6 +1633,7 @@
118 @@ -1667,6 +1680,7 @@
119 if(d>0) comdomovedown(d,0); else comdomoveup(-d,0);
125 if(centhis==2) centhis=1;
126 @@ -1682,6 +1696,7 @@
134 @@ -1701,6 +1716,7 @@
142 @@ -1759,6 +1775,7 @@
143 else drawstatusline();
150 @@ -1802,6 +1819,7 @@
151 else drawstatusline();
158 @@ -1860,6 +1878,7 @@
166 @@ -1931,6 +1950,7 @@
174 @@ -1997,6 +2017,7 @@
182 @@ -2045,6 +2066,7 @@
190 @@ -2068,6 +2090,7 @@
198 @@ -2096,6 +2119,7 @@
206 @@ -2193,6 +2217,7 @@
214 @@ -2248,6 +2273,7 @@
222 @@ -2318,6 +2344,7 @@
230 @@ -2698,6 +2716,7 @@
231 if(comode==COMDEF && o!= KEYNOP)
232 ignorethis("THE PREVIOUS PRESSED KEY PERFORMS ALMOST NO OPERATION");
236 #ifdef HASMOUSE /* now mouse actions ... */
237 if(!dvierrorflag){ /* if not in error */
238 --- tmview-01.03.orig/src/readdvi.c
239 +++ tmview-01.03/src/readdvi.c
241 case 250: case 251: case 252:
242 case 253: case 254: case 255:
243 pfprot("(skipping unknown opc > 249 within macro)");break;
249 @@ -1091,7 +1091,7 @@
250 case 250: case 251: case 252:
251 case 253: case 254: case 255:
252 pfprot("skipping unknown opc > 249 ");break;
258 --- tmview-01.03.orig/fb/writefb.c
259 +++ tmview-01.03/fb/writefb.c
262 case 0: case 27: com= KEYESC; break; /* allow wild escape abuse */