1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/games/cribbage
otto 5ba35e50b3 Fix input handling wrt redrawing. The new version of curses does
not like shortcutting switching windows, especially if you're also
using libc for i/o. Reported by Don Wilburn; ok jsg@
2024-06-03 09:43:10 +00:00
..
cards.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
crib.c if both stdout and stderr are redirected to a non-tty, pledge(2) will kill 2021-10-23 11:22:48 +00:00
cribbage.6 Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
cribbage.h playing is a var in main() not a global, remove extern 2024-05-23 00:45:08 +00:00
cribbage.n
cribcur.h
deck.h Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
extern.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
instr.c As per style(9), remove remaining lint-style comments from games/ 2016-01-10 13:35:09 +00:00
io.c Fix input handling wrt redrawing. The new version of curses does 2024-06-03 09:43:10 +00:00
Makefile
pathnames.h
score.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00
support.c Include only needed header files per each source file 2015-12-31 18:10:19 +00:00