xaizek / vifm-pdcurses (License: mostly public domain) (since 2019-03-20)
PDCurses 3.4 with vifm-specific patches applied (a couple were upstreamed)
Commit 4fb0029fc52f6b0b64558665138478927fc09116

Mark KEY_RESIZE as a key code on Windows
One to last patch added terminal resize detection on Win32, but it
didn't set this flag.
Author: xaizek
Author date (UTC): 2019-03-20 12:26
Committer name: xaizek
Committer date (UTC): 2019-03-20 12:26
Parent(s): c387519aa24f306551d4ef367bb0a7dd8d9b8e04
Signing key: 99DC5E4DB05F6BE2
Tree: 88e852deccc291f86a49b3945036a93c1b782551
File Lines added Lines deleted
win32/pdckbd.c 1 0
File win32/pdckbd.c changed (mode: 100644) (index f4ca7c2..805e1aa)
... ... int PDC_get_key(void)
644 644 if (!SP->resized) if (!SP->resized)
645 645 { {
646 646 SP->resized = TRUE; SP->resized = TRUE;
647 SP->key_code = TRUE;
647 648 return KEY_RESIZE; return KEY_RESIZE;
648 649 } }
649 650 } }
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm-pdcurses

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm-pdcurses

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master