From 5091ab33b5e499cea5666e101ea725ca21018462 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 8 Jan 2016 21:13:53 -0500 Subject: [PATCH] keep gatom activated when newline is received --- pd/src/g_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/g_text.c b/pd/src/g_text.c index 4ee88d1ea..d46137b7a 100644 --- a/pd/src/g_text.c +++ b/pd/src/g_text.c @@ -1037,7 +1037,7 @@ static void gatom_key(void *z, t_floatarg f) x->a_atom.a_w.w_symbol = gensym(x->a_buf); else bug("gatom_key"); gatom_bang(x); - gatom_retext(x, 1, 1); + gatom_retext(x, 1, 0); x->a_buf[0] = 0; /* We want to keep grabbing the keyboard after hitting "Enter", so we're commenting the following out */ -- GitLab