[fix] fiter foreach pane
commit0b9d60f6f9656f15148c316314553004e77ee4e3
authorafify <hassan@afify.dev>
Wed, 16 Dec 2020 15:28:07 +0000 (16 18:28 +0300)
committerafify <hassan@afify.dev>
Wed, 16 Dec 2020 15:28:07 +0000 (16 18:28 +0300)
tree5e62fee71bd7ff09967427a21e8a409d7a9beab1
parente743468348fa556a8941c98e2f4281a971388b42
[fix] fiter foreach pane

problem: reading filesystem event make a listdir in the 2 Panes,
1- each pane could have filters
2- listdir overwrite filter pointer
solution:
- add a char* for each pane
- listdir checks the filter of cpane
- filter function assign user_input -> cpane->filter
sfm.c