summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespacejasper2015-11-181-2/+2
* I assume KRANDOM was the previous name for FFRAND. KRANDOM is not inlum2015-10-291-2/+2
* Fix line number bug when calling onlywind().lum2015-10-091-1/+5
* unifdef -U NO_DPROMPT and GOSREC.bcallah2015-03-251-8/+2
* Clean up the includes in mg.bcallah2015-03-191-1/+6
* On delete-window, remember the position of dot and mark in the bufferflorian2014-05-281-1/+3
* Add some missing dobeeps.lum2014-03-201-1/+8
* Make the system bell toggleable via 'audible-bell', and if switchedlum2013-05-311-2/+2
* Change Gnu to GNU in man page (also, while here, in README and in a comment)lum2011-08-011-2/+2
* Add the notion of an "ephemeral" popup, so we can flag a windowkjell2009-06-041-23/+6
* Rename w_flag to w_rflag. This is not a general purposekjell2009-06-041-10/+10
* Rename the header line of a buffer to b_headp, from the remarkablykjell2006-07-251-6/+6
* Display line number in the mg statusbar. Yes, it seems like a fuglykjell2006-06-011-1/+4
* Another mnemonic rename, missed the first time.kjell2006-05-291-4/+4
* Make Window Flags more mnemonic (and less dumb); i.e.kjell2006-05-281-9/+9
* Fix a coredump occurring when the terminal is resized while mg isotto2006-02-251-6/+15
* More name-clash delintingkjell2005-12-131-2/+2
* greedy use of typedef struct was making code harder to read; ok kjell cloderderaadt2005-11-181-25/+24
* A while back, undo records were moved from the BUFFER struct to MGWIN.kjell2005-10-111-22/+4
* Add explicit public domain notices to all public domain files.kjell2005-06-141-1/+3
* This is a no binary change which does:db2005-04-031-18/+18
* make mail-mode more intelligent on middle-of-line insertions, and add avincent2004-01-271-1/+2
* save the previous undo position as an offset in the buffer instead ofvincent2003-11-291-2/+2
* fix crash on startup by using the good allocation routine in edinit()vincent2003-10-271-3/+4
* make undo records per MGWIN, not per BUFFER...vincent2003-10-211-19/+55
* Finish KNF of prototypes. That should be all of them.cloder2003-05-201-20/+11
* do not print "New size..." -- other emacs do not botherderaadt2002-02-201-2/+1
* some KNFderaadt2002-02-141-3/+3
* more gosmacsderaadt2002-02-081-4/+1
* spacesmickey2001-05-241-27/+27
* Get rid of unnecessary casts of NULL.art2001-05-231-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgmillert2000-09-011-110/+131
* The start of KNF + -Wall. The code has been run through indent butmillert2000-04-131-85/+88
* change WINDOW -> MGWIN to avoid curses type conflictmillert2000-02-261-14/+14
* initial import of mg2aderaadt2000-02-251-0/+399