comparison src/version.c @ 17903:73f4bb1fdfba v8.1.1948

patch 8.1.1948: mouse doesn't work in Linux console Commit: https://github.com/vim/vim/commit/b5432d8968bda70fc20ebb5e136e367d174d1c4e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 30 19:28:25 2019 +0200 patch 8.1.1948: mouse doesn't work in Linux console Problem: Mouse doesn't work in Linux console and causes 100% CPU. (James P. Harvey) Solution: Loop in WaitForCharOrMouse() when gpm_process_wanted is set. (closes #4828)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Aug 2019 19:30:03 +0200
parents 14122cb0ea3d
children fb773f73a4be
comparison
equal deleted inserted replaced
17902:2aca8219903f 17903:73f4bb1fdfba
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1948,
764 /**/ 766 /**/
765 1947, 767 1947,
766 /**/ 768 /**/
767 1946, 769 1946,
768 /**/ 770 /**/