From af8d710b42a61046d75dac8eb91d22101c3d0d31 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 3 Jun 2005 03:32:46 +0000 Subject: pmore: speed up by supporting scroll/rscroll. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2743 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 558a6b05..4b969e08 100644 --- a/include/proto.h +++ b/include/proto.h @@ -384,18 +384,11 @@ int m_sob(void); void m_sob_brd(char *bname,char *fromdir); #endif -#ifdef USE_PIAIP_MORE -#ifndef REAL_MORE -#define more(a,b) pmore(a,b) -#endif -#else /* old more */ int more(char *fpath, int promptend); -#endif /* piaip's new pager */ int pmore(char *fpath, int promptend); - /* name */ typedef int (*gnc_comp_func)(int, const char*, int); typedef int (*gnc_perm_func)(int); -- cgit v1.2.3