- 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
-
- 27 Feb, 2018 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
To prevent getting kicked out of it. This fixes https://savannah.gnu.org/bugs/?53234.
-
- 24 Feb, 2018 8 commits
-
-
Benno Schulenberg authored
A shortcut's function must be among the existing ones, otherwise nano's code is fundamentally broken.
-
Benno Schulenberg authored
Commit bb667beb removed do_gotolinecolumn_void() from the MWHEREIS menu (replacing it with the empty flip_goto() function), so there is no longer any need to check for this one special case.
-
Benno Schulenberg authored
A shortcut's function can never be NULL.
-
Benno Schulenberg authored
It is only ever set and never referenced.
-
Benno Schulenberg authored
Exclude the confusing, pleonastic 'sc' abbreviation from their names.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 14 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?53157.
-
- 08 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?53089.
-
- 07 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?53088.
-
- 04 Feb, 2018 1 commit
-
-
Benno Schulenberg authored
In this way a single keystroke can produce a fragment of text or a series of commands, or a mix of the two. It is like a prerecorded macro. This fulfills https://savannah.gnu.org/bugs/?52931.
-
- 27 Jan, 2018 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 26 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
That is, call display_string() just on the filename, not on the rest of the prompt text. This fixes https://savannah.gnu.org/bugs/?52967 . Reported-by:
Andreas Schamanek <schamane@fam.tuwien.ac.at>
-
- 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
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.
-
Benno Schulenberg authored
-
- 11 Nov, 2017 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 07 Nov, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 29 Oct, 2017 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
In the tiny version, do_prompt() will now have an extra NULL parameter, which will cost maybe twenty extra bytes of code. That is acceptable when it saves thirty lines in the source.
-
- 22 Sep, 2017 2 commits
-
-
Benno Schulenberg authored
-
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>
-
- 18 Aug, 2017 1 commit
-
-
David Lawrence Ramsey authored
-
- 15 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 06 Aug, 2017 1 commit
-
-
Benno Schulenberg authored
Without them, nano still compiles for me, with everything enabled, even when using --enable-debug, --enable-utf8, and --with-slang.
-
- 29 Jul, 2017 1 commit
-
-
Rishabh Dave authored
Include the shortcut for 'Uncut' into most menus, and add an uncut function for the status bar, so that it becomes possible to paste the first line of the cutbuffer at any text-input prompt. This fulfills https://savannah.gnu.org/bugs/?48501 . Requested-by:
Benno Schulenberg <bensberg@telfort.nl> Signed-off-by:
Rishabh Dave <rishabhddave@gmail.com>
-
- 14 Jul, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 03 Jul, 2017 1 commit
-
-
David Lawrence Ramsey authored
This matches the style in the rest of the code.
-
- 19 May, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 09 May, 2017 1 commit
-
-
Benno Schulenberg authored
-
- 07 May, 2017 1 commit
-
-
David Lawrence Ramsey authored
Add missing spaces, remove excess spaces, and replace groups of indentation spaces with tabs.
-