Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-12 | merge | Russ Cox | 1 | -3/+7 | |
2011-09-12 | 9term: fix insert | David Swasey | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066 | |||||
2011-08-02 | 9term: home/end like acme | Russ Cox | 1 | -2/+18 | |
R=rsc http://codereview.appspot.com/4830052 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 1 | -8/+5 | |
Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060 | |||||
2010-04-13 | 9term: cut, snarf, and paste with keyboard on Mac | David Swasey | 1 | -0/+16 | |
R=rsc CC=codebot http://codereview.appspot.com/854042 | |||||
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 1 | -1/+1 | |
http://codereview.appspot.com/116075 | |||||
2008-07-21 | 9term: convert to new libframe | Russ Cox | 1 | -3/+1 | |
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 | 1 | -13/+14 | |
2006-03-30 | antialias redraw | rsc | 1 | -1/+4 | |
2005-12-29 | fix paste in raw hold mode | rsc | 1 | -1/+1 | |
2005-11-26 | fix \r | rsc | 1 | -2/+2 | |
2005-11-11 | fixes | rsc | 1 | -5/+3 | |
2005-11-10 | attempt at \r | rsc | 1 | -29/+40 | |
2005-11-07 | snarf, plumbing | rsc | 1 | -5/+6 | |
2005-11-07 | fix snarf | rsc | 1 | -2/+2 | |
2005-11-06 | handle interrupts | rsc | 1 | -10/+2 | |
2005-11-06 | New 9term using rio sources more directly. | rsc | 1 | -0/+1628 | |