static Args bsargs = {DEL, DEL, 0};
static Args nocrargs = {CR, 0, 0};
-static Args nolfargs = {LF, '\0', 0}; /* null-terminator to use*/
+static Args nolfargs = {LF, '\0', 0}; /* null-terminator is for use inside `getcmd()` */
static Args lfincrargs = {CR, LF, 1};
static Args crinlfargs = {LF, CR, -1};
static const unsigned int uintmax = ~(unsigned int)0; /* unsigned -1 to return on error */