summaryrefslogtreecommitdiff
path: root/plot/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'plot/plot.c')
-rwxr-xr-x[-rw-r--r--]plot/plot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plot/plot.c b/plot/plot.c
index bc993a8..948cb64 100644..100755
--- a/plot/plot.c
+++ b/plot/plot.c
@@ -968,6 +968,8 @@ static LRESULT CALLBACK MainWndProc(
case WM_CHAR:
debugf(("It's a char message, wParam = 0x%x\n",wParam));
switch(wParam) {
+ case '\r':
+ case '\n':
case ' ': /* Space */
debugf(("It's a SPACE, so signal it\n"));
plot_signal = 1;