- 22 Mar, 2018 3 commits
-
-
Benno Schulenberg authored
This avoids eleven warnings of the kind "comparison between signed and unsigned integer expressions [-Wsign-compare]".
-
Benno Schulenberg authored
In the preceding commit, open_buffer() was changed so that it gets told whether to load into a new buffer or not, so it is no longer needed to convey this information through a flag.
-
Benno Schulenberg authored
-
- 18 Mar, 2018 1 commit
-
-
David Lawrence Ramsey authored
This avoids a bunch of warnings when compiled with -pedantic: ISO C forbids comparison of ‘void *’ with function pointer
-
- 17 Mar, 2018 1 commit
-
-
Benno Schulenberg authored
When just scrolling and the cursor does not need to change position (that is: it is not on the first or last row of the edit window), then edit_scroll() has handled everything and there is no need to additionally redraw anything or update 'placewewant'.
-
- 09 Mar, 2018 1 commit
-
-
Benno Schulenberg authored
Help texts are shown without any line numbers, so the full width of the screen should be used to display the text. This fixes https://savannah.gnu.org/bugs/?53308.
-
- 01 Mar, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 24 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
Exclude the confusing, pleonastic 'sc' abbreviation from their names.
-
- 27 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
When a fragment of help text does not contain any whitespace that we can wrap at, just advance the pointer, because returning zero would mean we stay forever at the same place: nano would hang.
-
Benno Schulenberg authored
-
- 24 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
And one for me, for the much changed keyboard stuff.
-
- 29 Dec, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Each leading tab is converted to two tabs, and any leading four spaces is converted to one tab. The intended tab size (for keeping most lines within 80 columns) is now four.
-
- 26 Dec, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 01 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 31 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 18 Oct, 2017 1 commit
-
-
Benno Schulenberg authored
Adjust to the changed meaning of 'whereis': it is no longer do_search() but do_search_forward(). Hinted-at-by:
Brand Huntsman <alpha@qzx.com>
-
- 22 Sep, 2017 1 commit
-
-
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>
-
- 31 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 19 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?51777 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
- 14 Aug, 2017 2 commits
-
-
Benno Schulenberg authored
So that these functions have bindings by default, and easy bindings. Add them to the help viewer too, so that searching backward becomes possible there.
-
Urja Rannikko authored
This also fixes https://savannah.gnu.org/bugs/?51735 . Reported-by:
Urja Rannikko <urjaman@gmail.com> Signed-off-by:
Urja Rannikko <urjaman@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@telfort.nl>
-
- 08 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
The edit subwindow will be completely redrawn twelve lines down, and window_init() takes care of clearing the status bar.
-
- 06 Aug, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Without them, nano still compiles for me, with everything enabled, even when using --enable-debug, --enable-utf8, and --with-slang.
-
- 08 May, 2017 1 commit
-
-
Benno Schulenberg authored
Also, allow Ctrl+Left/Right with --enable-tiny --enable-browser.
-
- 03 May, 2017 1 commit
-
-
Benno Schulenberg authored
And hide the cursor again as soon as the user scrolls. Achieve this through making the 'didfind' variable global. Also, remove a superfluous call of wnoutrefresh(), as bottombars() already does that. This fixes https://savannah.gnu.org/bugs/?50918 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
- 01 May, 2017 7 commits
-
-
Benno Schulenberg authored
Also, trim some comments and avoid an unused-variable warning.
-
Benno Schulenberg authored
Also, reshuffle two initializations to go sit with the other ones.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Things have morphed over time and display_buffer() no longer actually displays the buffer -- it just displays the title bar, precalculates the multiline color info, and schedules a refresh of the edit window.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, avoid an unused-variable warning when configured with --enable-tiny --enable-help --enable-multibuffer.
-
- 30 Apr, 2017 1 commit
-
-
Benno Schulenberg authored
We should measure the length of each /translated/ shortcut description, not of the original English one. This fixes https://savannah.gnu.org/bugs/?50899.
-
- 25 Apr, 2017 4 commits
-
-
Benno Schulenberg authored
Also, mention that help texts can now be searched through, update a copyright notice, and update and simplify a copyright year.
-
Benno Schulenberg authored
And in the process transform the token DISABLE_HELP to ENABLE_HELP.
-
Benno Schulenberg authored
This avoids applying the default syntax, or the syntax specified with --syntax, to a ^G help text.
-
Benno Schulenberg authored
And allow 'N' for searching the next occurrence. Add the same keystrokes to the file browser too, for consistency.
-