CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2024/06/03 03:43:10
Modified files: games/cribbage : io.c Log message: 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@