Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-18 | Merge remote-tracking branch 'upstream/master'HEADmaster | Petter Rodhelind | 1 | -1/+1 | |
2021-01-05 | acme, sam, samterm: remove weird switch usage | Russ Cox | 1 | -1/+1 | |
For whatever reason all three of these programs contain switches like: switch(x) { case 1: if(cond) case 2: f(); } Like Duff's device, this is legal C but more obscure than it really needs to be. This commit assumes those are intended as written and simply writes them more clearly. I did consider that maybe they are mistakes, but in the case of sam/regexp.c, my rewrite in this commit matches the acme/regx.c that has been in plan9port since I added acme in 2003. (I didn't bother to dig up the old Plan 9 releases.) Assuming acme/regx.c has been correct for the past two decades, this commit should be correct too. | |||||
2020-01-14 | Merge remote-tracking branch 'upstream/master' | Petter Rodhelind | 5 | -9/+8 | |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 5 | -9/+8 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2019-05-10 | Merge remote-tracking branch 'upstream/master' | Petter Rodhelind | 1 | -2/+3 | |
2019-04-05 | samterm: stop ignoring all keys >= Kcmd | Pocket7878 | 1 | -2/+3 | |
2018-04-20 | Merge remote-tracking branch 'upstream/master' | Petter Rodhelind | 1 | -2/+7 | |
2018-03-27 | samterm: free some getenv results | Xiao-Yong Jin | 1 | -2/+7 | |
2017-10-30 | samterm: Mouse scroll one line at a time. | Petter Rodhelind | 1 | -0/+4 | |
2017-10-26 | samterm: Fix indent and code style. | Petter Rodhelind | 1 | -14/+14 | |
2017-10-25 | samterm: Add line wrapping for LINESTART/LINEEND, ctrl+a and ctrl+e. | Petter Rodhelind | 1 | -5/+14 | |
2017-10-25 | samterm: Remove focus follows mouse. | Petter Rodhelind | 1 | -2/+0 | |
2017-10-25 | samterm: Add mouse scrolling. | Petter Rodhelind | 2 | -14/+21 | |
This makes it possible to use the scroll wheel to simulate button 1 and button 3 clicks in the scroll bar. It scrolls in the same way with variable scroll sections. Further down, more lines per scroll etc... | |||||
2017-10-23 | samterm: change focus on mouseover | Petter Rodhelind | 1 | -0/+2 | |
2017-10-23 | samterm: Add undo/redo key bindings. | Petter Rodhelind | 1 | -0/+6 | |
2017-10-23 | samterm: Add sendcmd for arbitrary input in the command window. | Petter Rodhelind | 1 | -0/+42 | |
2012-11-26 | samterm: retina scaling for scroll bars, borders | Russ Cox | 3 | -14/+24 | |
R=rsc http://codereview.appspot.com/6844083 | |||||
2010-02-18 | This should resolve the crash indicated in issue 44: | Eoghan Sherry | 1 | -1/+1 | |
http://code.swtch.com/plan9port/issue/44/sam-crash R=rsc CC=codebot http://codereview.appspot.com/207094 | |||||
2009-04-30 | merge | Russ Cox | 1 | -0/+19 | |
2007-05-10 | Better tick management - no frdrawseltick calls. | rsc | 1 | -4/+6 | |
2007-05-10 | manage off-screen tick better | rsc | 2 | -8/+18 | |
2006-04-20 | shut up gcc | rsc | 1 | -2/+2 | |
2006-04-20 | 64-bit fixes from plan 9 | rsc | 3 | -23/+23 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 3 | -4/+4 | |
2006-02-09 | ignore interrupts | rsc | 1 | -0/+10 | |
2005-03-18 | cleanup | rsc | 3 | -9/+8 | |
2005-03-18 | line editing from rob | rsc | 1 | -9/+33 | |
2005-01-30 | disable chording | rsc | 1 | -3/+5 | |
2005-01-27 | add autoindent (-a) and chording. | rsc | 4 | -13/+71 | |
clean up argument parsing. | |||||
2005-01-20 | ignore host read eof while exiting | rsc | 3 | -0/+9 | |
2005-01-07 | gcc | rsc | 1 | -0/+1 | |
2005-01-07 | debugging for sam, and an old fix forgotten | rsc | 3 | -3/+18 | |
2005-01-07 | debugging | rsc | 3 | -10/+13 | |
2005-01-04 | use 9pclient | rsc | 1 | -3/+3 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -2/+0 | |
2004-12-27 | change to use new thread library | rsc | 3 | -14/+31 | |
2004-06-25 | Fix missing parameter type. From rob. | wkj | 1 | -1/+1 | |
2004-06-17 | add key syms. | rsc | 1 | -1/+3 | |
where did these go? | |||||
2004-06-09 | Buttons 4 and 5 | rsc | 1 | -4/+37 | |
2004-04-29 | add -W to specify window size. | rsc | 1 | -2/+7 | |
various other little fixes. | |||||
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -0/+1 | |
2004-03-21 | Small tweaks | rsc | 1 | -19/+17 | |
Lots of new code imported. | |||||
2004-03-02 | Little tweaks and documentation. | rsc | 3 | -29/+13 | |
2004-03-02 | Make sure snarf is <64kB, since the wire count | rsc | 1 | -4/+11 | |
is only 16 bits. | |||||
2004-02-29 | Various tweaks. | rsc | 1 | -4/+2 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 1 | -2/+2 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -6/+9 | |
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution. | |||||
2003-11-25 | More tweaks on Linux and Solaris. | rsc | 1 | -1/+1 | |
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 2 | -4/+6 | |
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.) |