From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95665 invoked by alias); 12 Jun 2015 06:47:23 -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 95654 invoked by uid 89); 12 Jun 2015 06:47:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 12 Jun 2015 06:47:20 +0000 Received: by payr10 with SMTP id r10so17274634pay.1 for ; Thu, 11 Jun 2015 23:47:18 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.68.101.65 with SMTP id fe1mr16838222pbb.40.1434091638786; Thu, 11 Jun 2015 23:47:18 -0700 (PDT) Received: by 10.70.46.39 with HTTP; Thu, 11 Jun 2015 23:47:18 -0700 (PDT) Date: Fri, 12 Jun 2015 06:47:00 -0000 Message-ID: Subject: Feature: command to leave tui mode From: Ciro Santilli To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00009.txt.bz2 Is there a command to leave `tui` mode, and if not can we create one? I know about Ctrl X A, but it does not work for me because of my vi .inputrc : https://sourceware.org/bugzilla/show_bug.cgi?id=15163 In any case, it would be intuitive to have such a command: you can enter tui with `layout src`, so why not leave it with `layout XXX`? I could not find it at: - https://sourceware.org/gdb/onlinedocs/gdb/TUI-Commands.html - http://stackoverflow.com/questions/8953720/cannot-leave-tui-mode-with-ctrl-x-a-nor-see-program-output-in-tui-modes