nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8723375443242cfd4533167ff0db3d3d08021224
parent 82aea04c7926387b1a340cb4419f58b209029489
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 18 May 2019 17:21:54 +0200

tweaks: remove a superfluous and ineffective assignment

This assignment became superfluous two years ago, by David's revamping
of read_file() in commit 86f7bc18.

Diffstat:
Msrc/nano.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -1099,7 +1099,6 @@ bool scoop_stdin(void) /* Read the input into a new buffer. */ open_buffer("", TRUE); read_file(stream, 0, "stdin", TRUE); - openfile->edittop = openfile->filetop; fprintf(stderr, ".\n"); /* Reconnect the tty as the input source. */