summaryrefslogtreecommitdiff
path: root/xed.txt
diff options
context:
space:
mode:
Diffstat (limited to 'xed.txt')
-rw-r--r--xed.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/xed.txt b/xed.txt
index d033706..22df637 100644
--- a/xed.txt
+++ b/xed.txt
@@ -131,18 +131,19 @@ DIAGNOSTICS
The diagnostics produced by xed are intended to be self-explanatory.
NOTES
- Version 2.0 of xed includes these additions and fixes over 1.7 :
+ Version 2.1 of xed includes these additions and fixes over 2.0 :
- o Drastically tidied up code to enter the 1990's at least.
+ o Added missing include for unistd.h -- FreeBSD didn't mind, cyg-
+ win did.
BUGS
- o Even though the input routine tries it's best to mask them,
- pressing certain control keys (function keys, etc) while xed is
+ o Even though the input routine tries it's best to mask them,
+ pressing certain control keys (function keys, etc) while xed is
waiting for the second hex digit when editting can send a string
- of unexpected commands to xed. This may result in your file
+ of unexpected commands to xed. This may result in your file
being accidentally editted and saved.
- o The display is half-inverted and sometimes corrupts on some HP-
+ o The display is half-inverted and sometimes corrupts on some HP-
UX systems. This is a bug in their curses implementation.