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