tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Add curses_version() in curses(3)



On 30/08/2019 18:09, Kamil Rytarowski wrote:
On 30.08.2019 18:55, Roy Marples wrote:
return "NetBSD-Curses " CURSES_VERSION


I propose to go for:

return "NetBSD-" CURSES_VERSION " Curses";

With removed __DATE__ that is not MKREPRO friendly.

The rest looks fine.


I dislike having the version in the middle - convention has it at the end.
I'd go with

return "NetBSD-Curses " CURSES_VERSION

or

return "NetBSD " CURSES_VERSION

Roy


Home | Main Index | Thread Index | Old Index