Checks if there is any concatenated input remaining.
Returns:
the first character of the remaining input. The character is not
gobbled, so you have to call cnc_chr() if you want it removed from
the command. This makes cnc_more() perfect for peeking at the next
character, although I can't think of a reason why you shouldn't use
cnc_nxtcmd straight away.