Edit

IABSD.fr/src/usr.bin/skey

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2024-08-03 22:00:31
    Hash : 8e0d42cd
    Message : The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1. Sequence numbers are in the range [0, SKEY_MAX_SEQ] inclusive. This means the maximum value for the -n option (count) should be SKEY_MAX_SEQ + 1. From Denis Bodor.