summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
AgeCommit message (Expand)Author
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2023-04-21mg: allow to change the tab widthOmar Polo
2023-04-17resurrect mg' no-tab-modeOmar Polo
2023-03-30don't access(conffile)Omar Polo
2022-10-20add zap-to-char and zap-up-to-char; bind zap-to-char to M-z.Omar Polo
2021-05-06Add the line number of an error to error messages.Mark Lumsden
2021-05-06Add a number to parameters for ewprintf() via beeping.Mark Lumsden
2021-05-03When parsing a variable value within double quotes, allow an escapedMark Lumsden
2021-04-22Add a non-interactive version of query-replace-regexp function calledMark Lumsden
2021-04-20Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@Mark Lumsden
2021-03-25Use length of line to indicate end of characters to process inMark Lumsden
2021-03-21Add quoted strings capability in list values, no special charsMark Lumsden
2021-03-20Add a 'batch' mode to mg via the '-b' command line option which willMark Lumsden
2021-03-01Put the hardcoded '\n' character which is found throughout mg into aMark Lumsden
2021-02-23Allow the user to specify a path to the mg startup file on the command line.Mark Lumsden
2020-02-09Do not define variables in def.h since this will lead to duplicate definitionsFlorian Obser
2019-07-18Make indentation consistent. This has been bugging me for a while now.Mark Lumsden
2019-07-18Add some more basic interpreter functionality to mg. Needs a lot moreMark Lumsden
2019-07-17Add two dobeep functions to make calls to the system bell requireMark Lumsden
2019-07-03selfinsert() can't be called directly from a startup file or byMark Lumsden
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-06-26This diff makes blink-and-insert do as the man page says it should do.Mark Lumsden
2019-06-22Tidy up the comments:Mark Lumsden
2019-06-22This diff moves the check for a newline at the end of a buffer (whenMark Lumsden
2018-12-13Allow all non-ephemeral buffers to be toggled writable or read-onlyMark Lumsden
2018-08-29Add set-case-replaced to toggle case-preserving replace on or off.Reyk Floeter
2016-04-14Add 'sentence-end-double-space'.Mark Lumsden
2016-01-02Add dired-find-alternate-file.Mark Lumsden
2015-12-29Add transpose-words, ok jasper@.Mark Lumsden
2015-10-29Fix opening dired from the command line. Incorrect cursor placementMark Lumsden
2015-10-12Maintain a list of files marked for deletion while refreshing a diredMark Lumsden
2015-09-29Mark eread(), veread(), and eformat() as printf-like andPhilip Guenther
2015-09-26Add transpose-paragraphs. ok jasper@Mark Lumsden
2015-09-24Add mark-paragraph. ok jasper@Mark Lumsden
2015-06-03Remove unused defines and functions.Brian Callahan
2015-05-08Remove ereply prototype since it is never used. Tweak a comment to reflectBrian Callahan
2015-03-25unifdef -U NO_DPROMPT and GOSREC.Brian Callahan
2015-03-25We really don't need ttydef.h -- it is like sysdef.h -- once useful becauseBrian Callahan
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-04-03When finding a file in a non-existant directory:Mark Lumsden
2014-03-22donebell is no longer required.Mark Lumsden
2013-12-23Move findbuffer() to buffer.c.Mark Lumsden
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2013-05-30Reuse the makedir() function in dir.c for dired'slum
2013-05-22Shuffle shell-command-on-region around to give shell-command.lum
2013-03-25Display the window's column number in mode line not theFlorian Obser
2012-12-27diff-buffer-with-fileFlorian Obser
2012-12-27Move code for shell-command-on-region around to make pipeio() usableFlorian Obser
2012-12-04Bring back column numbers and make them configurable, off by defaultFlorian Obser