Patch 8.2.0632

6 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 24, 2020, 4:20:15 PM4/24/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages