From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 278A11387CA for ; Fri, 1 Feb 2013 14:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2050121C011; Fri, 1 Feb 2013 14:49:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A86C421C011 for ; Fri, 1 Feb 2013 14:49:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E9D533DCBE for ; Fri, 1 Feb 2013 14:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EA0DFE4073 for ; Fri, 1 Feb 2013 14:49:30 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1359730227.73e577ca86f95532333ce0a335fa96bed2cc5b7b.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: ufed-curses-checklist.c X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: 73e577ca86f95532333ce0a335fa96bed2cc5b7b X-VCS-Branch: master Date: Fri, 1 Feb 2013 14:49:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2ede85e-2189-48fa-badd-84ab9a6867d8 X-Archives-Hash: 694a378a2f9628032b7901e5ecc6ecd8 commit: 73e577ca86f95532333ce0a335fa96bed2cc5b7b Author: Sven Eden gmx de> AuthorDate: Fri Feb 1 14:50:27 2013 +0000 Commit: Sven Eden gmx de> CommitDate: Fri Feb 1 14:50:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=73e577ca Fixed F-Key descriptions --- ufed-curses-checklist.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ufed-curses-checklist.c b/ufed-curses-checklist.c index d9f3067..c8ccd65 100644 --- a/ufed-curses-checklist.c +++ b/ufed-curses-checklist.c @@ -26,9 +26,9 @@ static const sKey keys[] = { { '\033', mkKey("Cancel (Esc)") }, { -1, mkKey("Display (") }, { KEY_F(5), mkKey("Mask (F5)") }, - { KEY_F(6), mkKey("Local/Global (F7)") }, - { KEY_F(7), mkKey("Installed (F8)") }, - { KEY_F(8), mkKey("Order (F6)") }, + { KEY_F(6), mkKey("Local/Global (F6)") }, + { KEY_F(7), mkKey("Installed (F7)") }, + { KEY_F(8), mkKey("Order (F8)") }, { -1, mkKey(")") }, { '\0', mkKey("") } }; @@ -335,6 +335,7 @@ static int callback(sFlag** curr, int key) WINDOW* wInp = win(Input); WINDOW* wLst = win(List); size_t fLen = 0; + if ( fayt[0] && (key != KEY_BACKSPACE) && (key != KEY_DC)