ref: 082e63f89f7e0f47d2ca8faab716f4d27c4cb208
parent: dbaac92cf534e42ee7e5a7b291a354f7b81bd835
author: qwx <qwx@sciops.net>
date: Sun Sep 29 14:50:06 EDT 2024
cmd: set loop end by default instead of start makes more sense in practice and is less confusing.
--- a/cmd.c
+++ b/cmd.c
@@ -7,7 +7,7 @@
extern Channel *pidc;
Dot dot;
-int bound;
+int bound = 1;
static int epfd[2];
--- a/pplay.man
+++ b/pplay.man
@@ -61,7 +61,7 @@
No selection can be made outside of this range.
.PP
The start and end loop points are both set with the middle mouse button.
-Only one of them can be set at a time, by default the start loop point.
+Only one of them can be set at a time, by default the end loop point.
The
.I 1
and