- 12 Oct, 2017 2 commits
-
-
Benno Schulenberg authored
When we've landed on a tab and we are moving down and the tab starts before the current chunk, then push the index forward -- otherwise we would not advance. When instead we're moving up and the end of the preceding row is on the same tab as the target column AND the end of the current row is not on that same tab, then there is some character on this row that we can put the cursor on, so push the index forward -- otherwise we would skip a usable row. This fixes https://savannah.gnu.org/bugs/?52125 and fixes https://savannah.gnu.org/bugs/?52139.
-
Benno Schulenberg authored
Also, an absent nanohelp syntax is not an error, so keep mum. This fixes https://savannah.gnu.org/bugs/?52147.
-
- 11 Oct, 2017 2 commits
-
-
Benno Schulenberg authored
-
Brand Huntsman authored
Signed-off-by:
Brand Huntsman <alpha@qzx.com>
-
- 04 Oct, 2017 3 commits
-
-
Benno Schulenberg authored
This also removes a call of ungetch(), as it does not seem to be needed any more: nano does not lose a character when waking from suspension.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52149 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
Benno Schulenberg authored
So the cursor won't be visible at the end of the status-bar message while reading in a large file.
-
- 03 Oct, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
The code has been there for the last thirty releases -- for six whole years -- more than enough time to have served its purpose.
-
- 27 Sep, 2017 1 commit
-
-
David Lawrence Ramsey authored
The recent migration of the history routines forgot to add the new file to the list of files from which strings should be extracted. This fixes https://savannah.gnu.org/bugs/?52122.
-
- 26 Sep, 2017 5 commits
-
-
Benno Schulenberg authored
Inspired-by:
Mike Frysinger <vapier@gentoo.org> This kind of addresses https://savannah.gnu.org/bugs/?51685.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
In atblanks mode, if a softwrapped chunk ends with a double-width space character (say, Unicode 003000, Ideographic Space), and that would put half of the character past the edge of the screen, break before it. This fixes https://savannah.gnu.org/bugs/?51671.
-
David Lawrence Ramsey authored
This fixes https://savannah.gnu.org/bugs/?52114.
-
- 24 Sep, 2017 1 commit
-
-
Benno Schulenberg authored
Or rather, to make searching for the PRESERVE option easier.
-
- 22 Sep, 2017 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Simply redraw the browser screen upon every keystroke when --showcursor is in effect, to be certain that the cursor will be placed again at the correct spot. This fixes https://savannah.gnu.org/bugs/?52078 and fixes https://savannah.gnu.org/bugs/?52079 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
Benno Schulenberg authored
-
- 20 Sep, 2017 1 commit
-
-
Benno Schulenberg authored
The basic idea is that the cursor is always off, except when it needs to be on: when waiting for text input, and in a few other cases: when something was searched and found in the help viewer, and in the file browser when option -g is in effect. This fixes https://savannah.gnu.org/bugs/?51923 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
- 19 Sep, 2017 4 commits
-
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
When reducing the search string to at most half the screen width, it should employ its width in columns, not its length in bytes. Also adjust the type of a variable. This fixes http://savannah.gnu.org/bugs/?52057.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52060 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
- 17 Sep, 2017 13 commits
-
-
Benno Schulenberg authored
So that it is not a substring of some other name.
-
Benno Schulenberg authored
The functions to read and write history files will not even be called when the home directory is missing, so there is no need to check for that eventuality again.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
When history has changed, not all three listst can be empty.
-
Benno Schulenberg authored
Populating the search, replace, and execute lists makes use of the function update_history() which sets history_changed to TRUE, which meant that the search_history file would always get written even if nothing had changed.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Marco Diego Aurélio Mesquita authored
Signed-off-by:
Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
-
- 15 Sep, 2017 1 commit
-
-
David Lawrence Ramsey authored
This fixes http://savannah.gnu.org/bugs/?52042 . Reported-by:
Mike Frysinger <vapier@gentoo.org>
-
- 14 Sep, 2017 1 commit
-
-
Marco Diego Aurélio Mesquita authored
Signed-off-by:
Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
-
- 13 Sep, 2017 1 commit
-
-
Benno Schulenberg authored
-