summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2015-11-19"tty proc exec", not "proc exec tty"Anthony J. Bentley
2015-11-18shrink differences between ttinsl/ttdellJasper Lievisse Adriaanse
2015-11-18whitespaceJasper Lievisse Adriaanse
2015-11-18Remove "space-to-tabstop" from the manpage - it is not enabled,Reyk Floeter
2015-11-14The people who wrote this code are not on your sideStuart Henderson
2015-11-12Update the dired mode comments.Mark Lumsden
2015-11-11needs pledge "getpw" alsoTheo de Raadt
2015-11-11pledge "stdio rpath wpath cpath fattr proc exec tty" seems to work.Theo de Raadt
2015-11-11Clear the mini buffer once a question has been displayed. ok jasper@Mark Lumsden
2015-11-09use strncasecmp()Jasper Lievisse Adriaanse
2015-11-09no need to initialize variables that are being initialized a few lines belowJasper Lievisse Adriaanse
2015-11-08whitespaceJasper Lievisse Adriaanse
2015-10-31mark *Completions* buffer as read-onlyJasper Lievisse Adriaanse
2015-10-29I assume KRANDOM was the previous name for FFRAND. KRANDOM is not inMark Lumsden
2015-10-29Fix opening dired from the command line. Incorrect cursor placementMark Lumsden
2015-10-29This sausage is made from unsound meat.Ted Unangst
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-10-12Correctly mark-up some recent additions. ok jmc@Mark Lumsden
2015-10-10Make functions that accept multiple iterations via C-u N, honour 0.Mark Lumsden
2015-10-10Call onlywind() properly.Mark Lumsden
2015-10-09Fix line number bug when calling onlywind().Mark Lumsden
2015-09-29Check to see if the file to be opened is a directory as soon as isMark Lumsden
2015-09-29rename random.c to util.c so it doesn't look scary. (util.c repo copied)Ted Unangst
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsPhilip Guenther
2015-09-29Mark eread(), veread(), and eformat() as printf-like andPhilip Guenther
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2014-03-26Previously, C-t (transpose two chars) did not behave the same asMark Lumsden
2013-03-25Display the window's column number in mode line not theFlorian Obser
2012-05-18Allow no-tab-mode to compile. From James Turner.Mark Lumsden
2011-01-21It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it ...Kjell Wooding
2011-01-19patch from Henri Kemppainen:Kjell Wooding
2011-01-18Add join-line, bound to M-^Kjell Wooding
2011-01-17Add back-to-indentation. (M-m)Kjell Wooding
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding
2007-02-08Fix a commentKjell Wooding
2006-11-17Fix a needless inversion of flag names; i.e. change them from theKjell Wooding
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-01kill another superfluous strlenKjell Wooding
2006-06-01Style. no practical change.Kjell Wooding
2006-06-01Make transpose (c-T) undoable.Kjell Wooding
2005-11-22Move kill-related commands to their own file.Kjell Wooding
2005-11-19Clean up some lint.Kjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-18Don't ifdef out. Delete it. That's what the attic is for.Kjell Wooding
2005-10-13Make undoing of a yank operation work as expectedKjell Wooding
2005-06-14Add explicit public domain notices to all public domain files.Kjell Wooding