From owner-freebsd-current@FreeBSD.ORG Fri Mar 28 10:47:29 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACCB7C22 for ; Fri, 28 Mar 2014 10:47:29 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp12.smtpout.orange.fr [80.12.242.134]) by mx1.freebsd.org (Postfix) with ESMTP id 50D6BB21 for ; Fri, 28 Mar 2014 10:47:28 +0000 (UTC) Received: from localhost ([90.55.174.95]) by mwinf5d35 with ME id iynH1n01R23rjbu03ynJmb; Fri, 28 Mar 2014 11:47:22 +0100 Message-ID: <53355335.6040505@orange.fr> Date: Fri, 28 Mar 2014 11:47:17 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD Current Subject: vt text cursor invisible in reverse video Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Aleksandr Rybalko X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 28 Mar 2014 10:47:29 -0000 Hi ! FreeBSD 11.0-CURRENT #0 r260577M: Sat Jan 18 17:31:37 CET 2014 toor@fidel:/home/obj/home/src/sys/ADELE11X i386 In console/text mode, the vt(4) cursor disappears when the application switches to reverse video, e.g. when exiting and saving a file edited with nano. I use the attached patch. CBu