CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/10/19 08:19:59
Modified files:
productivity/calcurse: Makefile
Added files:
productivity/calcurse/patches: patch-src_getstring_c
Log message:
Bug fix: In some cases (e.g., TERM=pccon0) wgetch(3) can return
KEY_ENTER instead of '\n' when the return key is pressed, causing
getstring() to fail. From Mohamed Aslan.
