To: vim_dev@googlegroups.com Subject: Patch 8.0.1610 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1610 (after 8.0.1609) Problem: Cannot build without GUI. Solution: Add #ifdef. Files: src/terminal.c *** ../vim-8.0.1609/src/terminal.c 2018-03-16 20:46:52.670189987 +0100 --- src/terminal.c 2018-03-16 21:33:00.018042423 +0100 *************** *** 2735,2740 **** --- 2735,2741 ---- } } + #if defined(FEAT_GUI) static void update_system_term(term_T *term) { *************** *** 2777,2782 **** --- 2778,2784 ---- term->tl_dirty_row_end = 0; update_cursor(term, TRUE); } + #endif /* * Called to update a window that contains an active terminal. *** ../vim-8.0.1609/src/version.c 2018-03-16 20:46:52.678189946 +0100 --- src/version.c 2018-03-16 21:34:10.849662419 +0100 *************** *** 768,769 **** --- 768,771 ---- { /* Add new patch number below this line */ + /**/ + 1610, /**/ -- Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy lies a small unregarded yellow sun. Orbiting this at a distance of roughly ninety-eight million miles is an utterly insignificant little blue-green planet whose ape-descended life forms are so amazingly primitive that they still think digital watches are a pretty neat idea ... -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///