From owner-freebsd-current Sun Nov 10 23:18:23 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA23549 for current-outgoing; Sun, 10 Nov 1996 23:18:23 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA23544 for ; Sun, 10 Nov 1996 23:18:20 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14478(7)>; Sun, 10 Nov 1996 23:17:45 PST Received: by crevenia.parc.xerox.com id <177557>; Sun, 10 Nov 1996 23:17:34 -0800 From: Bill Fenner To: current@freebsd.org, msmith@atrad.adelaide.edu.au Subject: Re: vi unusable? Message-Id: <96Nov10.231734pst.177557@crevenia.parc.xerox.com> Date: Sun, 10 Nov 1996 23:17:26 PST Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Try "set escapetime=10". That should make vi wait a full second for the rest of the characters. The default is 1 (= 1/10 second), which should be good enough for the console, so perhaps its timing is broken. Bill