aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term
AgeCommit message (Expand)AuthorFilesLines
2021-02-18Merge remote-tracking branch 'upstream/master'HEADmasterPetter Rodhelind2-0/+22
2020-12-309term: add threadmaybackgroundRuss Cox1-0/+6
2020-12-309term: use openpty on NetBSDNicola Girardi1-0/+16
2020-06-18Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-0/+4
2020-05-07all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2-0/+4
2020-02-11Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-10/+0
2020-01-16malloc: remove lockingDan Cross1-10/+0
2020-01-14Merge remote-tracking branch 'upstream/master'Petter Rodhelind11-113/+139
2020-01-10Trivial changes: whitespace and modes.Dan Cross11-113/+107
2020-01-079term: add a "look" menu item (#299)Fazlul Shahriar3-0/+32
2019-01-07Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-1/+22
2018-11-149term: make 9term -l invoke $SHELL with -lRuss Cox1-1/+6
2018-11-139term: fix getpts on FreeBSD 11.2 (#199)Xiao-Yong1-0/+16
2018-04-20Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-0/+1
2018-03-239term: Set TERM_PROGRAM to termprogMartin Kühl1-0/+1
2017-11-27Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-0/+1
2017-11-279term: re-enable sys: child note for child processesRuss Cox1-0/+1
2017-11-069term: Fix ptys in MacOS High Sierra.Petter Rodhelind1-9/+12
2017-10-269term: Use acme colors.Petter Rodhelind1-3/+6
2017-10-139term: fix getpts on macOS 10.13David du Colombier1-0/+16
2017-04-089term: Add missing parentheses, preventing buffer overflow.Ray Lai1-1/+1
2017-01-099term: c nitsRuss Cox2-2/+3
2017-01-09cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+deleteDave Presotto3-0/+11
2017-01-069term, win: work around bsd linker nonsenseRuss Cox1-2/+2
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox1-0/+8
2015-11-10win: local \r cancellationRuss Cox1-1/+14
2015-11-109term, win: better \r handling (thanks, git)Russ Cox2-1/+31
2014-02-27all: DragonFly port.Shenghou Ma2-1/+2
2013-08-069term: set TERM=dumb instead of TERM=9termRuss Cox4-1/+13
2012-11-269term: adjust to dpi changesRuss Cox1-15/+23
2011-10-139term: fix hold mode delayRuss Cox1-0/+1
2011-10-12mergeRuss Cox4-10/+25
2011-10-119term: hold mode back doorRuss Cox2-16/+23
2011-09-129term: fix insertDavid Swasey1-2/+2
2011-08-26win: hide not just passwords but also passphrasesMathieu Lonjaret1-1/+1
2011-08-029term: home/end like acmeRuss Cox2-2/+19
2011-04-279term, acme: autoscrollRuss Cox5-35/+12
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 Cox6-61/+129
2010-06-289term: fix getpts on linuxAnthony Martin1-0/+5
2010-05-199term: add -c to force cooked modeDavid Swasey1-1/+4
2010-04-139term: cut, snarf, and paste with keyboard on MacDavid Swasey1-0/+16
2010-03-19win: scrollEoghan Sherry1-0/+3
2010-01-05win fixesFazlul Shahriar1-6/+26
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-1/+1
2009-08-119term: allow scroll wheel in main windowTony Lainson1-1/+1
2009-06-09mergeRuss Cox1-1/+1
2009-01-06win: better SIGPIPE handlingRuss Cox1-10/+9
2008-11-13win: another attempt at DELRuss Cox1-1/+3