Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1430 → Rev 1429

/sved/trunk/sved.c
65,9 → 65,9
#define SCROLL_CURSOR 0xB1
 
struct line {
struct line far *prev;
struct line far *next;
unsigned short len;
struct line far *next;
struct line far *prev;
char payload[1];
};