diff --git a/src/nano.c b/src/nano.c index 44fa2d93..a0601b68 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1302,10 +1302,11 @@ void terminal_init(void) } else tcsetattr(0, TCSANOW, &desired_state); #endif - +#ifndef NANO_TINY /* Tell the terminal to enable bracketed pastes. */ printf("\e[?2004h"); fflush(stdout); +#endif } /* Ask ncurses for a keycode, or assign a default one. */