Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1429 → Rev 1430

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