-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
This editor was written in K&R C, please don't use ANSI C comments, function prototypes and other | ||
ANSI features, because then it won't compile anymore on decade old machines. Test modifications | ||
This editor was written in K&R C, please don't use ANSI C comments, | ||
function prototypes and other ANSI features, because then it won't | ||
compile anymore on decades old machines. Test modifications | ||
with clang -std=c89 to avoid such things. | ||
|
||
This is the only vi like editor usable on CP/M-80. If you feel the urge to add features consider a fork, | ||
because if the size of the binary grows some, it becomes useless again on old 8-bit machines. | ||
This is the only vi like editor usable on CP/M-80. If you feel the urge | ||
to add features consider a fork, because if the size of the binary grows | ||
some, it also becomes useless on old 8-bit machines. |