summaryrefslogtreecommitdiff
path: root/usr.bin/mg/dired.c
AgeCommit message (Expand)Author
2015-10-13Check if a file name can be extracted from a line before marking forMark Lumsden
2015-10-12Maintain a list of files marked for deletion while refreshing a diredMark Lumsden
2015-09-28Make dired mode treat a double '/' in a path like fundamental mode.Mark Lumsden
2015-09-26whitespaceJasper Lievisse Adriaanse
2015-09-24Fix where the cursor is positioned after expunging files. ok jasper@Mark Lumsden
2015-09-23fix line number handling in dired delete functions.Mark Lumsden
2015-09-21If you open the same directory twice in dired mode, mg does not behaveMark Lumsden
2015-09-14Calculate the correct line number when opening in dired mode.Mark Lumsden
2015-03-19More unifdef cleanup:Brian Callahan
2015-03-19Clean up the includes in mg.Brian Callahan
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan
2014-11-16Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),Philip Guenther
2014-04-03When finding a file in a non-existant directory:Mark Lumsden
2014-03-20Add some missing dobeeps.Mark Lumsden
2013-12-20Remove a spurious message that appears in dired mode if you press aMark Lumsden
2013-12-19Make dired-unmark-backward behave the same as emacs: move cursor up aMark Lumsden
2013-06-03Add the 'g' character and dired-revert to refresh the dired buffer.Mark Lumsden
2013-06-02Add the 'quit-window' dired command and receive a basic English lessonlum
2013-06-02Fix return value in refreshbuffer.lum
2013-06-02Rename the dired-* commands to be like the emacs equivalents.lum
2013-05-30Use adjustname() for the dired-copy-file and dired-rename-filelum
2013-05-30Use adjustname() before trying to use the path to be dired.lum
2013-05-30Reuse the makedir() function in dir.c for dired'slum
2013-05-29Make the mg dired commands:lum
2013-05-29Use same method as elsewhere in mg to inidicate a failure of strdup.lum
2013-05-28In dired mode the commands:lum
2013-05-27Add dired-create-directory to function maps.lum
2012-11-03Don't leak a file descriptor when testing for permissions, also makeChristiano F. Haesbaert
2012-03-14Remove the NO_HELP conditional directives. If defined, mg will not compile andlum
2011-08-31Allow dired mode to open files regardless of characters inlum
2011-08-29In dired mode, make point move up and down first characterlum
2011-01-23Wrap basename,dirname with xbasename, xdirname funtions,Kjell Wooding
2011-01-18Add missing prototypes and move dired.c to "extensions" in Makefile.lum
2010-06-26From the Loganaden Velvindron:Kjell Wooding
2009-06-04Add the notion of an "ephemeral" popup, so we can flag a windowKjell Wooding
2009-06-04Rename w_flag to w_rflag. This is not a general purposeKjell Wooding
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2006-11-01Don't overwrite line[strlen(line) - 1] when line is zero-length.Ray Lai
2006-07-25Add bfirstlp(), blastlp() macros, returning the first and last linesKjell Wooding
2006-07-25Rename the header line of a buffer to b_headp, from the remarkablyKjell Wooding
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
2006-06-01make // /~ path rewriting optional in adjustname() and use it everywhereJason Wright
2006-05-28Make Window Flags more mnemonic (and less dumb); i.e.Kjell Wooding
2006-05-02Make buffers store their own working directory. This makes things likeKjell Wooding
2005-12-20Do some delinting of strl-type functions. Also, remove a superfluousKjell Wooding
2005-12-13Last round of easy delinting.Kjell Wooding
2005-12-13More name-clash delintingKjell Wooding
2005-11-20toast NO_DIRED #ifdef; ok kjellTheo de Raadt
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-13Better error checking of snprintfs. From Han Boetes.Kjell Wooding