Subversion Repositories SvarDOS

Rev

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

Rev 1456 Rev 1457
Line 10... Line 10...
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
 - auto-detects 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, 132x60, 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
 - screen estate dedicated to text (no stupid frames, menus and such)
19
 - loads files larger than 64 KiB
19
 - loads files larger than 64 KiB
20
 - no line length limit
20
 - no line length limit
21
 - can load up to 10 files simultaneously
21
 - can load up to 10 files simultaneously
-
 
22
 - COPY/CUT/PASTE between files
22
 - handles CR/LF and LF line endings and can convert between them
23
 - handles CR/LF and LF line endings and can convert between them
23
 
24
 
24
What SVED does NOT have:
25
What SVED does NOT have:
25
 
26
 
26
 - mouse support
27
 - mouse support
Line 54... Line 55...
54
 
55
 
55
The LNG file contains non-english strings. It should be placed in the same
56
The LNG file contains non-english strings. It should be placed in the same
56
directory where the program's executable resides. The UI language is
57
directory where the program's executable resides. The UI language is
57
controlled by the LANG environment variable, for example SET LANG=PL would
58
controlled by the LANG environment variable, for example SET LANG=PL would
58
make it display polish strings.
59
make it display polish strings.
-
 
60
Following LANG settings are supported: EN FR PL RU.
59
 
61
 
60
If you rename the SVED.COM executable (for example to EDIT.COM), then you need
62
If you rename the SVED.COM executable (for example to EDIT.COM), then you need
61
to rename the LNG file accordingly (for example to EDIT.LNG).
63
to rename the LNG file accordingly (for example to EDIT.LNG).
62
 
64
 
63
You can safely delete the LNG file if you do not need non-english UI and wish
65
You can safely delete the LNG file if you are happy with an english-only UI
64
to free some disk space.
66
and wish to free a bit of disk space.
65
 
67
 
66
 
68
 
67
### CHANGELOG ################################################################
69
### CHANGELOG ################################################################
68
 
70
 
69
2023.2 [07 Aug 2023]
71
2023.2 [07 Aug 2023]