From owner-svn-src-all@freebsd.org Fri Feb 10 14:27:39 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1EDECD880D for ; Fri, 10 Feb 2017 14:27:39 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CCC613C6 for ; Fri, 10 Feb 2017 14:27:39 +0000 (UTC) (envelope-from ray@ddteam.net) Received: by mail-yw0-x236.google.com with SMTP id w75so21852321ywg.1 for ; Fri, 10 Feb 2017 06:27:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ddteam-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=E5HsxsuUnYeY44KM45llR51s9oFM5dtgKZ7ksVGsNro=; b=CU/JP+JXrkdJ79D6umY1krCqEY6k/YQ8grnkE5vKOSge7v3J5jaWtU1/qnh2E4GJbe L3XH6f6O9+d3WLgXhAfDgrjcCil5KCvQYgmeUrdreRJ7KeAeHsaLNHBkuv3juSBKZICU OPB1BxLxqwR+STy8dqbYayhecacMuG+GzVgkAAQuVnAM82vCW6xhNVvmi8eo1L1lOtga LOAybsjx7PSs5pR5dKs1Wt+Pvm3KE+/SWN5o/d2ieUIaw7jXOD8pOfLuj9qnOn/fqB37 XfmUOeQlgx+GU046b8CcFkK3hYFsrc1FBvZOcsIS8L45dV7oTN3jJmKEDlO0mYftE4Op NCGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=E5HsxsuUnYeY44KM45llR51s9oFM5dtgKZ7ksVGsNro=; b=OfiP9xODNyPrvs0gaVToyNN3/ETOufEJx8tGVUVOf43ezhOtUkpbIOKJLsiZpxI5Rb jMAcRlxLch+/rxkchLUXgQ6xd2FkguLl6U8UjtDUvPautxCxH736AJlhNwVOg5F1W5ZJ IoOfFmehodZwD+JPi8uQZGhXv02WcNXQPa/3Ufw2XuhGNv8N0mTX4EFks+PKzVWjMjYr SL2fnQbwymkKHkI3sS8GZVvwBpXwWWV8+j3WR4ZTyMnX+WhuzMxaJEezpP6orxhBA8a+ 9e23nTGz8Ru0Aq8a6rJnMx5UFzXl8RMGH2dCWdGCl5yEn3fanDP4FhQtN3hlhQarJ1K/ b66g== X-Gm-Message-State: AMke39mYlXHRcU2T/vS1EBF93zqPdguP7mJBBzjHzJgHmjToUQ5TcmnpckHoKaCRc4je2xDImiefucIq8mu6gg== X-Received: by 10.13.227.65 with SMTP id m62mr6400429ywe.188.1486736858575; Fri, 10 Feb 2017 06:27:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.219.10 with HTTP; Fri, 10 Feb 2017 06:27:38 -0800 (PST) In-Reply-To: References: <201702101328.v1ADSVDV071984@repo.freebsd.org> From: Aleksandr Rybalko Date: Fri, 10 Feb 2017 16:27:38 +0200 Message-ID: Subject: Re: svn commit: r313547 - head/sys/dev/vt To: Ed Maste Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 14:27:39 -0000 Ed, thanks, I will define PR on planned fix 2017-02-10 16:24 GMT+02:00 Ed Maste : > On 10 February 2017 at 08:28, Aleksandr Rybalko wrote: > > Author: ray > > Date: Fri Feb 10 13:28:30 2017 > > New Revision: 313547 > > URL: https://svnweb.freebsd.org/changeset/base/313547 > > > > Log: > > o Reset mouse selection when new lines reach selection lines. > > o Fix how selection handled on display. > > PR: 211922 > -- WBW ------- Rybalko Aleksandr