From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14040 invoked by alias); 4 Sep 2018 05:06:07 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 14029 invoked by uid 89); 4 Sep 2018 05:06:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Received:sk:v3-v6mr X-HELO: mail-wr1-f52.google.com Received: from mail-wr1-f52.google.com (HELO mail-wr1-f52.google.com) (209.85.221.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Sep 2018 05:06:05 +0000 Received: by mail-wr1-f52.google.com with SMTP id n2-v6so2461829wrw.7 for ; Mon, 03 Sep 2018 22:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=71hgqpxlZclCL1xBYHutLV3FV7H5Ir9RvoUSqG03yTE=; b=XnaHJUklUWqMepeRl9JbbWgJ8G77WLs53ZZMerDcx8wgru5MqCoKbvfKowakufj6TC syG7JsOokZJvsLq0T29cmetfZUGmV+FZIKHNieO6z27Y5hVUziB/RigDknoKJtNKgeI3 kFOZnTMUKBDBZosSJWy7Y4A0kseHfaNVbxoK1NUxqVUI8IMnFAYJOlTwBZTVhJ5nsrQ7 xaSBeIjHaTmfB0fUeI9GS/lIMDepvwMqugUVhwPEtmoGHcpb7rKBJsO5pk9p8rbWF2RU 3KKAVOEHWYKFnoB/UwEuh3A+uPIvZYn1CjwCx6jBkj8pxHQbTXZ2WVKubBF0oD6ksmiE 401A== Return-Path: Received: from daniel-HP-ProBook-450-G4 ([41.193.131.111]) by smtp.gmail.com with ESMTPSA id 66-v6sm19680946wmw.34.2018.09.03.22.05.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Sep 2018 22:06:02 -0700 (PDT) Date: Tue, 04 Sep 2018 05:06:00 -0000 From: Daniel Levin To: gdb@sourceware.org Subject: Intention to add vertical window splitting to TUI Message-ID: <20180904050527.GA5248@daniel-HP-ProBook-450-G4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2018-09/txt/msg00000.txt.bz2 Hi all, I would like to implement vertical window splitting in TUI, as per https://sourceware.org/bugzilla/show_bug.cgi?id=17850. Such a feature would be very useful. I intend on adding it. Please can I ask for support in doing so? Kind Regards Daniel Levin