From owner-freebsd-current@FreeBSD.ORG Sat Nov 13 18:57:15 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED746106564A for ; Sat, 13 Nov 2010 18:57:15 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8538FC1C for ; Sat, 13 Nov 2010 18:57:15 +0000 (UTC) Received: by bwz2 with SMTP id 2so4058019bwz.13 for ; Sat, 13 Nov 2010 10:57:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=/c+aA4gbP5+RdVFab6DeoV0ZbYApNq5tCKwEeT5j8OY=; b=PAcLxb9uFo/c3LQ0SRQXlIgOTLJhn1RtGJ9vv30twRGf+CknPKWdKgJ5f4bQsrMFs+ MOybBsuDwvrxGIZCep6f+eRjurrw23wGLTm54p0FvEDdwNu3KCuS+foIo/PrHfvIQULf dJepzGFXLoSSG5J5wbQZbczD768kUaTwN+ymc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tjwAXXcEnuSmbhtlt9Dm7ZpQ08JR1TbUak5qgQ8HnH0Uj5J29UnzRUe4ccvLOJZ5g6 aAk7fefIqhwqmyPdbTyh2LU2vfmN0+2eUYKzanHqelrge67ly4071DAkbok8UP711RLj 8Sec0Zc+sjqEwEfPwFQphng4wYgTNfv7UCvoA= MIME-Version: 1.0 Received: by 10.204.119.133 with SMTP id z5mr4265539bkq.82.1289674634381; Sat, 13 Nov 2010 10:57:14 -0800 (PST) Received: by 10.204.123.131 with HTTP; Sat, 13 Nov 2010 10:57:14 -0800 (PST) In-Reply-To: <759081.64178.qm@web120315.mail.ne1.yahoo.com> References: <759081.64178.qm@web120315.mail.ne1.yahoo.com> Date: Sat, 13 Nov 2010 21:57:14 +0300 Message-ID: From: Eir Nym To: crocket Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org Subject: Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 18:57:16 -0000 On 13/11/2010, crocket wrote: > Does Delete key match \E[3~ on FreeBSD-CURRENT xterm mode? > It's nice to see backspace key match ^?(ASCII DEL), too, since ^H(Ctrl-H) is > reserved by such applications as vim and emacs. > For witch action C-H is reserved in vim(1) ? vim, emacs, zsh, and many others use termcap(5) to determine which key generate which sequence. Please note, that xterm and xterm-colors termcap entries are differs, and last is not usable in FreeBSD-CURRENT TEKEN_XTERM console.