CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2021/01/21 13:08:18
Modified files: games/canfield/canfield: canfield.c Log message: Ignore special keys returned by the curses getch() function. Prevents canfield from suspending itself when you resize the window. Canfield is not prepared to deal with anything other than normal characters so just ignore them. OK tb@ pjanzen@