nixpkgs/pkgs/applications/misc/tasknc
Sergei Trofimovich f63ada60e4 tasknc: fix build against upcoming ncurses-6.3
Without the change build fails as:

    src/keys.c:122:6: error: 'KEY_EVENT' undeclared here (not in a function); did you mean 'KEY_SLEFT'?
      122 |     {KEY_EVENT, "event"},
          |      ^~~~~~~~~
          |      KEY_SLEFT
2021-11-06 11:33:37 +00:00
..
default.nix tasknc: fix build against upcoming ncurses-6.3 2021-11-06 11:33:37 +00:00