X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; q=dns; s=default; b=rRdnuWSPsUs1EKd5DcqbgQUE3qKOq4FT+xY+vASVv9k 9YNe4D/NqEfsVYqbiL6SRHVcgyiHyDKvXjVvdChlFsTuby3H7TiFj9PJ+9XYF4q9 ZQBAm1/zCdFY1GlGfC47AnYUCX+iOy9NutsbR1dr2h/mVVEY4qQaH9yD5oi6w+44 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; s=default; bh=CeH9K1i0W+PxwzV/ayVGgyBK71s=; b=OU7O4+oIdN5p8Ed0y klgV7hfmqG6x47acdSf6hsATf68/sY3OmJXM2EvRcD60qK5Rao+xwUodC8e3YOtG CKFgXf64gKSK3NKTmxVn8Pi9feZ2gVpY20C9LL/Bv//mdpUMKS+f9cNIjC9B2pCO PWELI/JEbkHcjt5TaeCA98hKhQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,MIME_HEADER_CTYPE_ONLY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*UA:github.com, H*MI:google, our, H*M:google X-HELO: mail-ot0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:subject:user-agent; bh=1Vvb2NMcYGVY+Yb9fCv4qLLoNZQ1G1Y7TVMu8Ojst4c=; b=j+4MZWKjynzL15bJW8Wvyuf5Pv+SYRhuhWZ5YWJCWw61w4KGxeL4bVsYOpEkHkw2hX qV9fPQG0ZpQz5gKOo5x2xPAQonJa+JTY5yBvIxI/Yfa17ajWrrR6AKEtyAtXKxFhaq97 vKu5t/mwBLrj9alhmMTL+5Sz47K7PDj9XySXRXaCjxXxAFkbAdGGNniTglHvrMIIAc82 mRD0zPU5mVkOLF2PE09qLJ+gKqMSL5DsgMw4xR1PlGprCT6Rl51cY4lOztbCyRHu5gwT +wVlFbDGNh44QJZLAyZouVqiaLLhGcsxdcEZ33K3qEWDL2czRAABnF4jb6LbyH8IwGak qPWA== X-Gm-Message-State: AIkVDXJxbckB8HFG0WlcSddi3GLpMni2IAbWG+AVdadXFrqk1v6lvm8yu02DCx45+CNJrA== X-Received: by 10.157.61.202 with SMTP id l68mr2047830otc.242.1486324396583; Sun, 05 Feb 2017 11:53:16 -0800 (PST) Message-ID: <589782ac.ac3f9d0a.4d8a7.f181@mx.google.com> Date: Sun, 05 Feb 2017 11:53:16 -0800 (PST) From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin AT cygwin DOT com Subject: Console buffer width always 1 column less than setting Content-Type: text; charset=UTF-8 User-Agent: Tryst/2.0.0 (github.com/svnpenn/tryst) This issue has bothered me for some time, but I never got around to reporting it. The issue is that the Cygwin buffer via Cygwin.bat is always 1 less than what is set. For example, the default buffer is 80 columns, same as the window size. Cygwin window size is correct, but that last column can never be accessed, it always stays blank and the text wraps on column 79. Here is a test: 1. Enter spaces until you reach next line, this way the prompt is not adding to our count 2. Enter: 12345678901234567890123456789012345678901234567890123456789012345678901234567890 Now with cmd.exe, you get all 80 characters on the same line, but with Cygwin it always wraps 1 character before. I don’t remember this always being the case, I believe it used to work correct 1-2 years ago. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple