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