summaryrefslogtreecommitdiffstats
path: root/mbbsd/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/more.c')
-rw-r--r--mbbsd/more.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c
index 25b3d8dc..d8fb9306 100644
--- a/mbbsd/more.c
+++ b/mbbsd/more.c
@@ -23,7 +23,6 @@ static char *more_help[] = {
"(TAB) URL�s��",
"(Ctrl-T) �s��Ȧs��",
"(:/f/b) ���ܬY��/�U/�W�g",
- "(F/B) ���ܦP�@�j�M�D�D�U/�W�g",
"(a/A) ���ܦP�@�@�̤U/�W�g",
"([/]) �D�D���\\Ū �W/�U",
"(t) �D�D���`�Ǿ\\Ū",
@@ -330,7 +329,7 @@ more(char *fpath, int promptend)
while (line == b_lines || (line > 0 && viewed == fsize)) {
- switch ((ch = egetch())) {
+ switch ((ch = igetch())) {
case ':':
{
char buf[10];