summaryrefslogtreecommitdiff
path: root/usr.bin/mg/window.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2015-11-18whitespaceJasper Lievisse Adriaanse
2015-10-29I assume KRANDOM was the previous name for FFRAND. KRANDOM is not inMark Lumsden
2015-10-09Fix line number bug when calling onlywind().Mark Lumsden
2015-03-25unifdef -U NO_DPROMPT and GOSREC.Brian Callahan
2015-03-19Clean up the includes in mg.Brian Callahan
2014-05-28On delete-window, remember the position of dot and mark in the bufferFlorian Obser
2014-03-20Add some missing dobeeps.Mark Lumsden
2013-05-31Make the system bell toggleable via 'audible-bell', and if switchedlum
2011-08-01Change Gnu to GNU in man page (also, while here, in README and in a comment)lum
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
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
2006-02-25Fix a coredump occurring when the terminal is resized while mg isOtto Moerbeek
2005-12-13More name-clash delintingKjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-10-11A while back, undo records were moved from the BUFFER struct to MGWIN.Kjell Wooding
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
2004-01-27make mail-mode more intelligent on middle-of-line insertions, and add aVincent Labrecque
2003-11-29save the previous undo position as an offset in the buffer instead ofVincent Labrecque
2003-10-27fix crash on startup by using the good allocation routine in edinit()Vincent Labrecque
2003-10-21make undo records per MGWIN, not per BUFFER...Vincent Labrecque
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
2002-02-20do not print "New size..." -- other emacs do not botherTheo de Raadt
2002-02-14some KNFTheo de Raadt
2002-02-08more gosmacsTheo de Raadt
2001-05-24spacesMichael Shalayeff
2001-05-23Get rid of unnecessary casts of NULL.Artur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-02-26change WINDOW -> MGWIN to avoid curses type conflictTodd C. Miller
2000-02-25initial import of mg2aTheo de Raadt