To: vim_dev@googlegroups.com Subject: Patch 8.2.0632 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0632 Problem: Crash when using Haiku. Solution: Lock the screen. (closes #5975, closes #5973) Files: src/screen.c *** ../vim-8.2.0631/src/screen.c 2020-04-02 18:50:42.427773097 +0200 --- src/screen.c 2020-04-24 22:18:23.447665461 +0200 *************** *** 3881,3886 **** --- 3881,3890 ---- clip_scroll_selection(line_count); #endif + #ifdef FEAT_GUI_HAIKU + vim_lock_screen(); + #endif + #ifdef FEAT_GUI // Don't update the GUI cursor here, ScreenLines[] is invalid until the // scrolling is actually carried out. *** ../vim-8.2.0631/src/version.c 2020-04-24 22:16:09.759981331 +0200 --- src/version.c 2020-04-24 22:18:43.955616737 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 632, /**/ -- The Feynman problem solving Algorithm: 1) Write down the problem 2) Think real hard 3) Write down the answer /// 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 ///