wok diff mc/receipt @ rev 25643

Fix mouse issue on mc with ncurses6
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 12 14:14:28 2024 +0100 (4 months ago)
parents 2c7fdf85178f
children
line diff
     1.1 --- a/mc/receipt	Thu Mar 31 17:36:19 2022 +0100
     1.2 +++ b/mc/receipt	Fri Jan 12 14:14:28 2024 +0100
     1.3 @@ -33,6 +33,10 @@
     1.4  {
     1.5  	sed -i 's|lzma -cd|lzcat|'	src/editor/edit.c
     1.6  
     1.7 +	# Patch to use mouse with ncurses 6.x
     1.8 +	# see https://midnight-commander.org/ticket/4144
     1.9 +	patch -p1 < $stuff/fix-mouse-ncurses6.patch
    1.10 +
    1.11  	./configure			\
    1.12  		CC=gcc-83		\
    1.13  		CXX=g++-83		\