diff --git a/pd/src/g_text.c b/pd/src/g_text.c index 4ee88d1eae5fdd6725764de9465588b1fe2d947f..d46137b7a5d52590afd6bec8b47d82c865ac541c 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 */