Subversion Repositories SvarDOS

Rev

Rev 1440 | Rev 1448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1440 Rev 1447
Line 9... Line 9...
9
and such. It is NOT meant to be a full-featured text editor. On the pro side,
9
and such. It is NOT meant to be a full-featured text editor. On the pro side,
10
it has a low memory footprint and is only a couple kilobytes big, which makes
10
it has a low memory footprint and is only a couple kilobytes big, which makes
11
it a good fit for bootdisks and systems with extremely limited resources.
11
it a good fit for bootdisks and systems with extremely limited resources.
12
 
12
 
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
14
 - autodetects color and monochrome video modes
14
 - auto-detects color and monochrome video modes
15
 - supports unusual text modes like 80x43, 80x50, 40x25...
15
 - supports unusual text modes like 80x43, 80x50, 40x25...
16
 - multilingual UI
16
 - multilingual UI
17
 - only 7 KiB of disk footprint
17
 - only 7 KiB of disk footprint
-
 
18
 - screen estate dedicated to text (no stupid frames, menus and such)
18
 - loads files larger than 64 KiB
19
 - loads files larger than 64 KiB
19
 - no line length limit
20
 - no line length limit
20
 - can load up to 10 files simulteanously
21
 - can load up to 10 files simultaneously
21
 - handles CR/LF and LF line endings and can convert between them
22
 - handles CR/LF and LF line endings and can convert between them
22
 
23
 
23
What SVED does NOT have:
24
What SVED does NOT have:
24
 
25
 
25
 - mouse support
26
 - mouse support