[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] a newline getting pushed offscreen
From: |
David Ramsey |
Subject: |
Re: [Nano-devel] a newline getting pushed offscreen |
Date: |
Tue, 27 Jun 2017 17:09:23 -0500 |
Argh. Forget the last version of the patch; use this one. It has
slightly clearer comments, and more importantly fixes an off-by-one
error when using atblanks softwrap mode on terminals with only one
column. (That mode used to break lines at editwincols - 1, so the tiny
terminal check was for editwincols > 2; now, that mode breaks lines at
editwincols, so the tiny terminal check should be for editwincols > 1,
which it is in this version). Sorry for any confusion.
0001-softwrap-don-t-break-text-on-newlines-blanks-exactly.patch
Description: Text Data
- Re: [Nano-devel] Port of variable-width chunks (version 2), Benno Schulenberg, 2017/06/21
- Re: [Nano-devel] Port of variable-width chunks (version 2), Benno Schulenberg, 2017/06/27
- Re: [Nano-devel] Port of variable-width chunks (version 2), David Ramsey, 2017/06/27
- [Nano-devel] a newline getting pushed offscreen, Benno Schulenberg, 2017/06/27
- Re: [Nano-devel] a newline getting pushed offscreen, Benno Schulenberg, 2017/06/27
- Re: [Nano-devel] a newline getting pushed offscreen, David Ramsey, 2017/06/27
- Re: [Nano-devel] a newline getting pushed offscreen, David Ramsey, 2017/06/27
- Re: [Nano-devel] a newline getting pushed offscreen,
David Ramsey <=
- Re: [Nano-devel] a newline getting pushed offscreen, Benno Schulenberg, 2017/06/28
- Re: [Nano-devel] a newline getting pushed offscreen, Benno Schulenberg, 2017/06/28
- [Nano-devel] the cursor getting placed outside the terminal, Benno Schulenberg, 2017/06/28
- Re: [Nano-devel] the cursor getting placed outside the terminal, David Ramsey, 2017/06/28
- Re: [Nano-devel] the cursor getting placed outside the terminal, Benno Schulenberg, 2017/06/28
- Re: [Nano-devel] the cursor getting placed outside the terminal, David Ramsey, 2017/06/28