smol/src
Benno Schulenberg 65321f9234 files: do not make a failsafe backup when in restricted mode
When in restricted mode, nano should not write to any other file
than to the ones mentioned on the command line.
2020-07-14 15:19:50 +02:00
..
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
browser.c tweaks: remove an unneeded cursor movement, and rename a variable 2020-07-05 19:29:05 +02:00
chars.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
color.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
cut.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
definitions.h options: add -O/--bookstyle to make leading whitespace mean new paragraph 2020-06-27 11:12:21 +02:00
files.c files: do not make a failsafe backup when in restricted mode 2020-07-14 15:19:50 +02:00
global.c bindings: add mistakenly removed M-J (Full Justify) back to the main menu 2020-07-08 15:46:50 +02:00
help.c tweaks: move an initialization function to before the one that calls it 2020-07-05 19:01:31 +02:00
history.c history: take into account that statting a file can fail too 2020-06-30 10:53:28 +02:00
move.c scrolling: add a function and a key binding to center the cursor line 2020-07-02 11:11:44 +02:00
nano.c tweaks: elide a wrapper function, by checking a precondition earlier 2020-07-03 12:41:40 +02:00
prompt.c verbatim: show an error message when an invalid Unicode code is entered 2020-07-06 16:47:23 +02:00
prototypes.h tweaks: rename a function, and move it to before the one that calls it 2020-07-11 19:43:37 +02:00
rcfile.c rcfile: rename bindable function 'curpos' to 'location' 2020-07-05 11:05:45 +02:00
search.c tweaks: elide an unneeded global variable 2020-07-03 12:41:40 +02:00
text.c tweaks: adjust comments and indentation after the previous change 2020-07-06 16:59:35 +02:00
utils.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
winio.c tweaks: rename a function, and move it to before the one that calls it 2020-07-11 19:43:37 +02:00