Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix space to go to the next slide as intended and documented - catpoint - Catpo…
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin…
Log
Files
Refs
Tags
README
LICENSE
---
commit 26c535c058dd581475692b847bd19dde1bdd906f
parent 2f7d19fadd703f32a7a96555cea17c29ceb846e3
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 29 May 2021 18:08:22 +0200
Fix space to go to the next slide as intended and documented
Keybind introduced in commit b455270d
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M catpoint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/catpoint.c b/catpoint.c
@@ -174,6 +174,7 @@ again:
case 'q':
break;
/* next */
+ case ' ':
case 'l':
case 'j':
case KEY_RIGHT:
@@ -186,7 +187,6 @@ again:
}
goto again;
/* prev */
- case ' ':
case 'h':
case 'k':
case KEY_LEFT:
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.