From b36909615c3b554e77f843a493fda1ef6935a93b Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 26 Feb 2017 17:21:51 +0100 Subject: [PATCH] Make Pos1 work. --- catpoint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/catpoint.c b/catpoint.c index 73f2dfd..ef208c0 100644 --- a/catpoint.c +++ b/catpoint.c @@ -82,6 +82,7 @@ again: /* first */ case 'u': case KEY_BEG: + case KEY_HOME: i = 0; goto show; /* last */