Can't change the scroll factor
Moving the cursor using arrow keys to the scroll factor which is set to CSR, and typing PAGE , the cursor just moves one position for each key depression but the scroll factor remains unchanged.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can't change the scroll factor
Moving the cursor using arrow keys to the scroll factor which is set to CSR, and typing PAGE , the cursor just moves one position for each key depression but the scroll factor remains unchanged.
Thats correct, the scroll factors arent implemented yet.
Is this licensed under GPL or LGPL. The LICENSE files says GPL. But the PDF in the first sentence under LICENSE says:
This program is under the Gnu lesser General Public License, GPL.
Also, to be pedantic. "Gnu" should always be capitalized as "GNU".
From the main source it seems that's LGPL
https://sourceforge.net/p/pipedit/code/41/tree//trunk/pipedit.c#l1
While that is uncommon for programs (as you rarely move parts of out out to a library) that would be fine.
@piper1: please either replace the license by the common COPYING.LESSER content or adjust the source and doc to say its GPL.
Fixed, removed the word "lesser" from source, document and also from the VER command.
Will be shipped with the next release.
Thanks for reporting this mess!