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
/
tty.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-03-20
Add a 'batch' mode to mg via the '-b' command line option which will
Mark Lumsden
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2020-02-09
Do not define variables in def.h since this will lead to duplicate definitions
Florian Obser
2015-11-18
shrink differences between ttinsl/ttdell
Jasper Lievisse Adriaanse
2015-03-19
More unifdef cleanup:
Brian Callahan
2015-03-19
Clean up the includes in mg.
Brian Callahan
2015-03-17
It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's
Brian Callahan
2014-11-16
scroll_fwd should be const char *
Philip Guenther
2014-11-16
constipate charcost()
Philip Guenther
2008-09-15
Enable dirty buffer detection in mg.
Kjell Wooding
2008-06-11
Let curses handle the setup of terminal instead of doing it on our own
Tobias Stoeckmann
2006-08-01
* move sys/queue.h inclusion to sysdef.h (it's system specific)
Jason Wright
2006-04-03
lint love; ok kjell
Theo de Raadt
2006-02-25
Fix a coredump occurring when the terminal is resized while mg is
Otto Moerbeek
2005-12-13
Fix a typo (introduced in rev 1.6) that utterly broke cost calculations.
Kjell Wooding
2005-12-13
More name-clash delinting
Kjell Wooding
2005-11-19
Clean up some lint.
Kjell Wooding
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-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2002-08-28
ANSIfication uncovers function argument bugs. How unusual.
Artur Grabowski
2002-08-23
ansi
Vincent Labrecque
2002-07-01
just make vtresize return TRUE/FALSE instead of 0/-1, for consistency with
Vincent Labrecque
2002-02-21
remove a wrapper around getenv()
Theo de Raadt
2002-02-21
signal-safe window size changing
Theo de Raadt
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-05
Get rid of signal race (and handling of SIGWINCH).
Artur Grabowski
2002-01-18
Remove the NROW and NCOL limits. The static arrays are now replaced with
Artur Grabowski
2002-01-10
Clean up tty resizing code.
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-09-01
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
Todd C. Miller
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-03-03
Reverse rutgers change (attachtoparent vs. spawncli)
Todd C. Miller
2000-02-27
Call setttysize() from ttinit() not ttopen() since we haven't
Todd C. Miller
2000-02-26
change WINDOW -> MGWIN to avoid curses type conflict
Todd C. Miller
2000-02-25
initial import of mg2a
Theo de Raadt