From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24223 invoked by alias); 2 Nov 2016 05:42:19 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22070 Received: (qmail 25422 invoked from network); 2 Nov 2016 05:42:19 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk0-f45.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.213.45):SA:0(0.0/5.0):. Processed in 0.57965 secs); 02 Nov 2016 05:42:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.213.45 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=O0m+qqVze7WToPpG1GDbBWIK15zxix/GO4MbVHZu1wY=; b=daIyEbj/DIjSgGEzmiGlEpJMweXTJZJzXJPYVAGk2uRGSLK4QgtEcNTqGTL8WbjzQR 619l+gDuUAj/lZBuzqnMv0JYT9tiTiuXRX73RcplDz3ZJGv1GqjEDomX73IFxa27YWUr 2mYHnMOFKY7Jh94ZUEpnDcM33g7I4N63AV2vivyLgNdFCZTp9mjmfkiCf+mBiATxGN6T NyPyArnMB1ZkxAKzpuWBVCSXmjNeYuqfKMERgUqrzYpOBLqfCTs15jsSKdy7MmEBDYqi 2OtDV4W8vY268cyJHQkvBUrcNLVq+nJFbETRSdOpx6KK7RbDMUZsYjS56PbwfFyioEgJ B0Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=O0m+qqVze7WToPpG1GDbBWIK15zxix/GO4MbVHZu1wY=; b=cMACIt3iQplbR/elDq1j5tjc9PHZOykJ4IoiThU6Hs1W12ZlDa/2N4nOlPeGvwzynY z+cd3t0G7Q4TJB6WGkJY8l/LgQ1jRqfNIVjpzQg0cXnHwS1MpKdS09LaZQFSkNNOUcwf jXgBkgBeJ98dpiNkiajnDjdBosVhhqVwROMDfePBFvpY27lwbixJm7LD3idmUaAF6XZi xr+UqRYnxLxsMw6No6yyjwthIeiwp1snuacjTNQzwQpU5VWtv3HTsExxlJ1C64Fl/2js H+xav+1nBdwRcZ2rWUTXc9ZlDMKaXGQ7MX/XKbssHQW8u+AOGmUShu9irufJEcue7Z/x BNyA== X-Gm-Message-State: ABUngvdLUwiYGRUPg04SxMyly6UH7HTzJm3VTc+iNvQrReEOO+XHw0LHA3PoeJi78TS+Hw== X-Received: by 10.31.107.135 with SMTP id k7mr1079591vki.119.1478058250379; Tue, 01 Nov 2016 20:44:10 -0700 (PDT) From: Bart Schaefer Message-Id: <161101204434.ZM26466@torch.brasslantern.com> Date: Tue, 1 Nov 2016 20:44:34 -0700 In-Reply-To: Comments: In reply to "Aaron U'Ren" "Long Prompt Lines Cause Terminal History Loss on Window Resize" (Oct 31, 1:45pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Long Prompt Lines Cause Terminal History Loss on Window Resize MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 31, 1:45pm, Aaron U'Ren wrote: } } Does anyone know why long prompt lines and window resizing causes lines of } terminal history to be removed? This is terminal-specific behavior; older xterm reformats the scrollback itself to fit into the narrow window and then never widens it again. In Gnome terminal the last line of the previous prompt gets overwritten but the scrollback above the first line of the first long prompt is left alone (although it extends the window with blank lines below the prompt as the window is enlarged again, so you have to scroll up to see the previous screen; but it's not lost.) Questions about why terminals act oddly/differently when text is printed to the lower right corner have just about risen to the level of needing a FAQ entry ...