summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shrink differences between ttinsl/ttdelljasper2015-11-181-5/+7
* More unifdef cleanup:bcallah2015-03-191-3/+1
* Clean up the includes in mg.bcallah2015-03-191-5/+7
* It is impossible to build mg without both -DFKEYS and -DXKEYS. So let'sbcallah2015-03-171-3/+1
* scroll_fwd should be const char *guenther2014-11-161-2/+2
* constipate charcost()guenther2014-11-161-3/+3
* Enable dirty buffer detection in mg.kjell2008-09-151-1/+6
* Let curses handle the setup of terminal instead of doing it on our owntobias2008-06-111-9/+4
* * move sys/queue.h inclusion to sysdef.h (it's system specific)jason2006-08-011-2/+1
* lint love; ok kjellderaadt2006-04-031-2/+2
* Fix a coredump occurring when the terminal is resized while mg isotto2006-02-251-1/+2
* Fix a typo (introduced in rev 1.6) that utterly broke cost calculations.kjell2005-12-131-2/+2
* More name-clash delintingkjell2005-12-131-1/+2
* Clean up some lint.kjell2005-11-191-1/+2
* 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-17/+13
* mostly ansi cleanup; pval okderaadt2003-06-101-3/+3
* ANSIfication uncovers function argument bugs. How unusual.art2002-08-281-2/+2
* ansivincent2002-08-231-17/+15
* just make vtresize return TRUE/FALSE instead of 0/-1, for consistency withvincent2002-07-011-4/+2
* remove a wrapper around getenv()deraadt2002-02-211-7/+2
* signal-safe window size changingderaadt2002-02-211-6/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* some KNFderaadt2002-02-141-2/+2
* Get rid of signal race (and handling of SIGWINCH).art2002-02-051-1/+5
* Remove the NROW and NCOL limits. The static arrays are now replaced withart2002-01-181-19/+20
* Clean up tty resizing code.art2002-01-101-25/+32
* spacesmickey2001-05-241-28/+28
* remove VOID. We're way beyond the point where this could build with anart2001-05-231-14/+14
* $OpenBSD$niklas2001-01-291-0/+2
* More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgmillert2000-09-011-124/+128
* The start of KNF + -Wall. The code has been run through indent butmillert2000-04-131-100/+121
* Reverse rutgers change (attachtoparent vs. spawncli)millert2000-03-031-0/+13
* Call setttysize() from ttinit() not ttopen() since we haven'tmillert2000-02-271-2/+4
* change WINDOW -> MGWIN to avoid curses type conflictmillert2000-02-261-213/+175
* initial import of mg2aderaadt2000-02-251-0/+442