Commits


clarify the license, or the lack of thereof


drop now unused xmalloc()


use xcalloc insntead of xmalloc; avoids mul overflow


use strlcat/strlcpy instead of strcat/strcpy while here introduce also xasprintf and xstrdup to avoid some malloc+strcpy sequences.


pledge earlier


usage() on unknown flags


move usage to separate function


kill unused variables


add opener and marking functions


bind e to cmd_edit


bind v to cmd_view


bind ^M to cmd_shell


sort keybindings


implement reload


implement copy/paste path