]> git.wh0rd.org Git - nano.git/commitdiff
add missing #ifdef
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 May 2006 15:45:24 +0000 (15:45 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 22 May 2006 15:45:24 +0000 (15:45 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3549 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 14a9e42976bd6eeb8e89f07e251814834b3494fa..634fc9681340803b3ee496d3630da36899ebc656 100644 (file)
@@ -1319,10 +1319,12 @@ int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool
         * empty.  Note that it should be empty if we're in view
         * mode. */
         if (*s_or_t == TRUE || get_key_buffer_len() == 0) {
+#ifndef DISABLE_WRAPPING
            /* If we got a shortcut or toggle, turn off prepending of
             * wrapped text. */
            if (*s_or_t == TRUE)
                wrap_reset();
+#endif
 
            if (kbinput != NULL) {
                /* Display all the characters in the input buffer at