Commit Briefs


Omar Polo

drop now unused xmalloc()



Omar Polo

use strlcat/strlcpy instead of strcat/strcpy

while here introduce also xasprintf and xstrdup to avoid some malloc+strcpy sequences.


Omar Polo

pledge earlier


Omar Polo

usage() on unknown flags


Omar Polo

move usage to separate function


Omar Polo

kill unused variables


Omar Polo

add opener and marking functions


Omar Polo

bind e to cmd_edit


Omar Polo

bind v to cmd_view


Omar Polo

bind ^M to cmd_shell


Omar Polo

sort keybindings


Omar Polo

implement reload


Omar Polo

implement copy/paste path