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

Handle ALT_COMMA on Windows
Author: xaizek
Author date (UTC): 2026-07-11 12:32
Committer name: xaizek
Committer date (UTC): 2026-07-11 12:32
Parent(s): 6fd07b6f5c9a74769a51d0c914bdc9a2f59666fc
Signing key: 99DC5E4DB05F6BE2
Tree: e3a7e3d0f9a8e398ff6bb78ca035a5e5384eb396
File Lines added Lines deleted
wincon/pdckbd.c 1 1
File wincon/pdckbd.c changed (mode: 100644) (index fe863a9c..a8622746)
... ... static KPTAB kptab[] =
196 196 /* 180 */ /* 180 */
197 197 {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0},
198 198 {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0}, {0, 0, 0, 0, 0},
199 {0, 0, 0, 0, 0 }, /* 188 */
199 {0, 0, 0, ALT_COMMA, 0 }, /* 188 VK_OEM_COMMA */
200 200 {0, 0, 0, 0, 0 }, /* 189 */ {0, 0, 0, 0, 0 }, /* 189 */
201 201 {0, 0, 0, ALT_PERIOD, 0 }, /* 190 VK_OEM_PERIOD */ {0, 0, 0, ALT_PERIOD, 0 }, /* 190 VK_OEM_PERIOD */
202 202 {0, 0, 0, 0, 0 }, /* 191 */ {0, 0, 0, 0, 0 }, /* 191 */
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