Age | Commit message (Expand) | Author |
2023-04-21 | mg: allow to change the tab width | Omar Polo |
2023-04-17 | resurrect mg' no-tab-mode | Omar Polo |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2017-07-06 | Fix display of overlong lines containing non-ASCII bytes. | Ingo Schwarze |
2015-04-03 | Pull an #include out of an #ifdef. | Brian Callahan |
2015-03-24 | unifdef -DBINDKEY -- you can't build mg the other way. | Brian Callahan |
2015-03-19 | Clean up the includes in mg. | Brian Callahan |
2015-02-17 | shuffle reallocarray arguments around for better overflow checking | Ted Unangst |
2015-02-17 | undef tryreallocarray like tryrealloc when done. | Ted Unangst |
2014-10-16 | Use reallocarray() where possible. There are further possible overflows | Theo de Raadt |
2013-05-31 | Make the system bell toggleable via 'audible-bell', and if switched | lum |
2013-03-25 | Display the window's column number in mode line not the | Florian Obser |
2012-12-04 | Bring back column numbers and make them configurable, off by default | Florian Obser |
2012-11-11 | updating the character offset on the line all the time is astoundingly | Theo de Raadt |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2008-06-11 | Use getcolpos to compute column. doto does not account for tabs | Kjell Wooding |
2007-05-28 | Add a global-wd-mode command, which toggles between the current | Kjell Wooding |
2007-03-29 | Indicate when macro recording is in progress on the modeline. | Kjell Wooding |
2006-12-24 | Add column-number indicator to status line (enabled when line-number-mode is | Kjell Wooding |
2006-12-20 | kjell loves his extra spaces | Theo de Raadt |
2006-11-19 | spacing | Theo de Raadt |
2006-07-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |
2006-05-29 | Another mnemonic rename, missed the first time. | Kjell Wooding |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-12-13 | do some silly de-linting | Kjell Wooding |
2005-11-20 | GOSLING screen update always on, so #ifdef can go; ok kjell | Theo de Raadt |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque |
2002-09-15 | typo in comment. | Vincent Labrecque |
2002-08-29 | fix a little display bug when editing a file with binary characters, columns | Vincent Labrecque |
2002-08-22 | knf | Theo de Raadt |
2002-08-22 | print hex codes instead of non-printing characters. fixes some display | Vincent Labrecque |
2002-07-01 | just make vtresize return TRUE/FALSE instead of 0/-1, for consistency with | Vincent Labrecque |
2002-06-25 | display readonly/modified combination just like emacs. | Vincent Labrecque |
2002-03-27 | Fixes the the following problems (from zyrnix) | Todd C. Miller |
2002-03-16 | add readonly buffer support | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-14 | some KNF | Theo de Raadt |
2002-02-14 | simplify a loop and add some comments. | Vincent Labrecque |
2002-01-18 | Remove the NROW and NCOL limits. The static arrays are now replaced with | Artur Grabowski |
2001-05-24 | spaces | Michael Shalayeff |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller |