index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
/
yank.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2015-12-11
Remove NULL-checks before free().
mmcc
2015-03-19
Clean up the includes in mg.
Brian Callahan
2015-03-16
Change the internal name of the newline function to deconflict with a
Brian Callahan
2014-03-20
Add some missing dobeeps.
Mark Lumsden
2011-07-15
When killing lines using ^U <n> ^K, count the characters exactly (for
Theo de Raadt
2009-06-05
emacs handles the undo of a region kill (C-w) differently than a line kill
Kjell Wooding
2009-06-04
Rename w_flag to w_rflag. This is not a general purpose
Kjell Wooding
2008-09-15
Expose the undo commands as proper mg functions.
Kjell Wooding
2006-11-19
spacing
Theo de Raadt
2006-11-17
Fix a needless inversion of flag names; i.e. change them from the
Kjell Wooding
2006-07-25
Rename the header line of a buffer to b_headp, from the remarkably
Kjell Wooding
2006-05-28
Make Window Flags more mnemonic (and less dumb); i.e.
Kjell Wooding
2005-12-20
Clean up the ugly casted frees. In one case, this meant eliminating a nasty
Kjell Wooding
2005-11-22
Move kill-related commands to their own file.
Kjell Wooding