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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202004242020.03OKK6CV015190%40masaka.moolenaar.net.