From owner-cvs-all@FreeBSD.ORG Tue Jun 7 19:01:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8BF16A41C; Tue, 7 Jun 2005 19:01:42 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB7543D49; Tue, 7 Jun 2005 19:01:42 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j57J1gig027430; Tue, 7 Jun 2005 19:01:42 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j57J1gcT027427; Tue, 7 Jun 2005 19:01:42 GMT (envelope-from joerg) Message-Id: <200506071901.j57J1gcT027427@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 7 Jun 2005 19:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/morse morse.6 morse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 19:01:42 -0000 joerg 2005-06-07 19:01:42 UTC FreeBSD src repository Modified files: games/morse morse.6 morse.c Log: Add Farnsworth support to morse(6). (For those interested: this is intented to extend the space between characters to help people learning morse code by giving the brain some extra time for acoustical pattern recognition.) Note: I slightly cleaned up the submitted patch for minor stylistic issues, and changed the default for the new -c option to be identical to -w. Submitted by: "Stephen P. Cravey" N5UUU MFC after: 2 weeks PR: bin/81831 Revision Changes Path 1.16 +17 -1 src/games/morse/morse.6 1.20 +24 -10 src/games/morse/morse.c