aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/win.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-12/+12
2017-04-089term: Add missing parentheses, preventing buffer overflow.Ray Lai1-1/+1
2015-11-10win: local \r cancellationRuss Cox1-1/+14
2015-11-109term, win: better \r handling (thanks, git)Russ Cox1-0/+30
2013-08-069term: set TERM=dumb instead of TERM=9termRuss Cox1-0/+1
2011-10-119term: hold mode back doorRuss Cox1-13/+15
2011-08-26win: hide not just passwords but also passphrasesMathieu Lonjaret1-1/+1
2011-04-279term, acme: autoscrollRuss Cox1-9/+1
2010-10-13win: another attempt at input modesRuss Cox1-5/+28
2010-09-10win: add cook/nocookRuss Cox1-5/+14
2010-09-039term, win: better echo cancellationRuss Cox1-9/+49
2010-03-19win: scrollEoghan Sherry1-0/+3
2010-01-05win fixesFazlul Shahriar1-6/+26
2009-01-06win: better SIGPIPE handlingRuss Cox1-10/+9
2008-11-13win: another attempt at DELRuss Cox1-1/+3
2008-11-13win: handle DEL internally so that it always worksRuss Cox1-0/+6
2008-11-13win: implement Scroll and NoscrollRuss Cox1-1/+13
2007-04-17correct dump string (Fazlul Shahriar)rsc1-1/+4
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2006-03-27quiet Del in winrsc1-4/+1
2005-03-05more robust winrsc1-4/+18
2005-01-30add -rsc1-0/+1
2005-01-30handle sysnames in labelsrsc1-5/+16
2005-01-05exit on eofrsc1-3/+1
2005-01-04change to use new library.rsc1-21/+21
2004-12-26make work with new thread libraryrsc1-4/+20
2004-04-30Little fixes.rsc1-6/+12
2004-04-25always be honest about tabstop.rsc1-0/+2
2004-04-23Fix window size in case we inherited a bad one.rsc1-0/+1
2004-04-19clean up when finished.rsc1-0/+2
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-1/+1
2004-03-30grey out 9term when it loses focus.rsc1-1/+1
2004-03-26SunOS can rot in hell.rsc1-2/+2
2004-03-25Today's changes.rsc1-0/+693