| # | Line 43 | Line 43 | extern struct device { /* interactive device */ | |
|---|---|---|
| 43 | struct driver *(*init)(); /* initialize device */ | |
| 44 | } devtable[]; /* supported devices */ | |
| 45 | ||
| 46 | + | extern char dev_default[]; /* default device name */ |
| 47 | + | |
| 48 | #define MB1 ('\n') /* mouse button 1 */ | |
| 49 | #define MB2 ('\r') /* mouse button 2 */ | |
| 50 | #define MB3 (' ') /* mouse button 3 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |