mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.
This commit is contained in:
parent
21d466b21a
commit
31ef058922
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30239
@ -30,7 +30,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: db_ps.c,v 1.14 1997/02/22 09:28:28 peter Exp $
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -74,7 +74,7 @@ db_ps(dummy1, dummy2, dummy3, dummy4)
|
||||
*/
|
||||
switch (c) {
|
||||
case '\n': /* just one line */
|
||||
nl = 19;
|
||||
nl = 20;
|
||||
break;
|
||||
case ' ':
|
||||
nl = 0; /* another screenfull */
|
||||
|
Loading…
Reference in New Issue
Block a user