From owner-cvs-gnu Sun May 7 18:43:57 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA15506 for cvs-gnu-outgoing; Sun, 7 May 1995 18:43:57 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA15496 ; Sun, 7 May 1995 18:43:53 -0700 Date: Sun, 7 May 1995 18:43:53 -0700 From: "Andrey A. Chernov" Message-Id: <199505080143.SAA15496@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libdialog kernel.c lineedit.c textbox.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk ache 95/05/07 18:43:53 Modified: gnu/lib/libdialog kernel.c lineedit.c textbox.c Log: Fix nasty shadow bug sneaked in Marc's commit. Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox