summaryrefslogtreecommitdiff
path: root/usr.bin/mg/dired.c
AgeCommit message (Expand)Author
2003-08-16spacingTheo de Raadt
2003-08-15make dired work more like emacs. (well, make it _work_, and then add aVincent Labrecque
2003-06-26protosVincent Labrecque
2002-03-11 * Move to ANSI function definitions.Vincent Labrecque
2002-02-15 make pressing return in dired mode open the file we're currently at.Vincent Labrecque
2002-02-14d_makename now takes a length parameter so we can remove theVincent Labrecque
2001-05-24spacesMichael Shalayeff
2001-01-29$OpenBSD$Niklas Hallqvist
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-27use rmdir, not unlinkdir hackTodd C. Miller
2000-02-26Use uid_t, gid_t and mode_t where applicable.Todd C. Miller
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt