I've found a mistake in the vedtermcapkeys.p file that I sent out. Here
is a patch.
Steve Isard
diff --git a/pop/lib/ved/term/vedtermcapkeys.p
b/pop/lib/ved/term/vedtermcapkeys.p
index e7655d6..21e57c2 100644
--- a/pop/lib/ved/term/vedtermcapkeys.p
+++ b/pop/lib/ved/term/vedtermcapkeys.p
@@ -98,7 +98,7 @@ define global vedtermcapkeys();
if termcap_getstring('k8') ->> s then vedsetkey(s,"vedved_m") endif;
;;; F8
if termcap_getstring('k9') ->> s then vedsetkey(s,"ved_t") endif; ;;;
F9
- if termcap_getstring('k;') ->> s then vedsetkey(s,"vedxrefresh") endif;
;;; F10
+ if termcap_getstring('k;') ->> s then vedsetkey(s,"vedrefresh") endif;
;;; F10
if termcap_getstring('F1') ->> s then vedsetkey(s,"vedpushkey") endif;
;;; F11
if termcap_getstring('F2') ->> s then vedsetkey(s,"vedexchangeposition")
endif; ;;; F12