Age | Commit message (Expand) | Author | Files | Lines |
2020-12-30 | 9term: use openpty on NetBSD | Nicola Girardi | 1 | -0/+16 |
2020-05-07 | all: fix #includes for AIX, add a few AIX "implementation" files | Ben Huntsman | 2 | -0/+4 |
2020-01-16 | malloc: remove locking | Dan Cross | 1 | -10/+0 |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 11 | -113/+107 |
2020-01-07 | 9term: add a "look" menu item (#299) | Fazlul Shahriar | 3 | -0/+32 |
2018-11-14 | 9term: make 9term -l invoke $SHELL with -l | Russ Cox | 1 | -1/+6 |
2018-11-13 | 9term: fix getpts on FreeBSD 11.2 (#199) | Xiao-Yong | 1 | -0/+16 |
2018-03-23 | 9term: Set TERM_PROGRAM to termprog | Martin Kühl | 1 | -0/+1 |
2017-11-27 | 9term: re-enable sys: child note for child processes | Russ Cox | 1 | -0/+1 |
2017-10-13 | 9term: fix getpts on macOS 10.13 | David du Colombier | 1 | -0/+16 |
2017-04-08 | 9term: Add missing parentheses, preventing buffer overflow. | Ray Lai | 1 | -1/+1 |
2017-01-09 | 9term: c nits | Russ Cox | 2 | -2/+3 |
2017-01-09 | cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+delete | Dave Presotto | 3 | -0/+11 |
2017-01-06 | 9term, win: work around bsd linker nonsense | Russ Cox | 1 | -2/+2 |
2017-01-06 | 9term, mc: conspire to handle hidpi displays | Russ Cox | 1 | -0/+8 |
2015-11-10 | win: local \r cancellation | Russ Cox | 1 | -1/+14 |
2015-11-10 | 9term, win: better \r handling (thanks, git) | Russ Cox | 2 | -1/+31 |
2014-02-27 | all: DragonFly port. | Shenghou Ma | 2 | -1/+2 |
2013-08-06 | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 4 | -1/+13 |
2012-11-26 | 9term: adjust to dpi changes | Russ Cox | 1 | -15/+23 |
2011-10-13 | 9term: fix hold mode delay | Russ Cox | 1 | -0/+1 |
2011-10-12 | merge | Russ Cox | 4 | -10/+25 |
2011-10-11 | 9term: hold mode back door | Russ Cox | 2 | -16/+23 |
2011-09-12 | 9term: fix insert | David Swasey | 1 | -2/+2 |
2011-08-26 | win: hide not just passwords but also passphrases | Mathieu Lonjaret | 1 | -1/+1 |
2011-08-02 | 9term: home/end like acme | Russ Cox | 2 | -2/+19 |
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 5 | -35/+12 |
2010-10-13 | win: another attempt at input modes | Russ Cox | 1 | -5/+28 |
2010-09-10 | win: add cook/nocook | Russ Cox | 1 | -5/+14 |
2010-09-03 | 9term, win: better echo cancellation | Russ Cox | 6 | -61/+129 |
2010-06-28 | 9term: fix getpts on linux | Anthony Martin | 1 | -0/+5 |
2010-05-19 | 9term: add -c to force cooked mode | David Swasey | 1 | -1/+4 |
2010-04-13 | 9term: cut, snarf, and paste with keyboard on Mac | David Swasey | 1 | -0/+16 |
2010-03-19 | win: scroll | Eoghan Sherry | 1 | -0/+3 |
2010-01-05 | win fixes | Fazlul Shahriar | 1 | -6/+26 |
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 1 | -1/+1 |
2009-08-11 | 9term: allow scroll wheel in main window | Tony Lainson | 1 | -1/+1 |
2009-06-09 | merge | Russ Cox | 1 | -1/+1 |
2009-01-06 | win: better SIGPIPE handling | Russ Cox | 1 | -10/+9 |
2008-11-13 | win: another attempt at DEL | Russ Cox | 1 | -1/+3 |
2008-11-13 | win: handle DEL internally so that it always works | Russ Cox | 1 | -0/+6 |
2008-11-13 | win: implement Scroll and Noscroll | Russ Cox | 1 | -1/+13 |
2008-07-21 | 9term: convert to new libframe | Russ Cox | 1 | -3/+1 |
2007-04-17 | correct dump string (Fazlul Shahriar) | rsc | 1 | -1/+4 |
2006-06-28 | better cleanup | rsc | 1 | -2/+5 |
2006-06-25 | check initdraw return | rsc | 1 | -1/+3 |
2006-04-01 | more matching (eq) | rsc | 1 | -2/+12 |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 5 | -21/+22 |
2006-03-30 | antialias redraw | rsc | 1 | -1/+4 |
2006-03-27 | quiet Del in win | rsc | 1 | -4/+1 |