aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)AuthorFilesLines
2018-01-27acme: Do not hide dotfiles, since xplor does that nicely.Petter Rodhelind1-3/+3
2018-01-25Merge remote-tracking branch 'upstream/master'Petter Rodhelind3-43/+25
2018-01-23auxstats: get network stats in a portable manner on FreeBSDBakul Shah1-33/+14
2018-01-17rc: use proper type for storing ulimit valuesRay Lai1-6/+7
2018-01-03gview: fix int vs ulong confusion causing silent exit 1 at startupRuss Cox1-4/+4
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-11-06Merge remote-tracking branch 'upstream/master'Petter Rodhelind5-18/+103
2017-11-02acme: preserve window position and selection during GetRuss Cox5-18/+103
2017-10-30samterm: Mouse scroll one line at a time.Petter Rodhelind1-0/+4
2017-10-269term: Use acme colors.Petter Rodhelind1-3/+6
2017-10-26samterm: Fix indent and code style.Petter Rodhelind1-14/+14
2017-10-25samterm: Add line wrapping for LINESTART/LINEEND, ctrl+a and ctrl+e.Petter Rodhelind1-5/+14
2017-10-25samterm: Remove focus follows mouse.Petter Rodhelind1-2/+0
2017-10-25samterm: Add mouse scrolling.Petter Rodhelind2-14/+21
2017-10-23samterm: change focus on mouseoverPetter Rodhelind1-0/+2
2017-10-23samterm: Add undo/redo key bindings.Petter Rodhelind1-0/+6
2017-10-23samterm: Add sendcmd for arbitrary input in the command window.Petter Rodhelind1-0/+42
2017-10-22acme: Move one line up/down using ^P and ^N.Petter Rodhelind1-32/+42
2017-10-16acme: Hide dotfiles in dirs.Petter Rodhelind1-0/+3
2017-10-16Merge remote-tracking branch 'upstream/master'Petter Rodhelind27-23/+98
2017-10-14acme: free buf in checksha1Russ Cox1-0/+1
2017-10-139term: fix getpts on macOS 10.13David du Colombier1-0/+16
2017-10-13upas/nfs: fix warningsDavid du Colombier3-10/+2
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox23-13/+79
2017-10-09Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-40/+113
2017-10-09devdraw: fix build on macOS < 10.12Rudá Moura1-0/+2
2017-10-01xd: add -R for runewise dumpLeah Neukirchen1-40/+111
2017-09-28Merge remote-tracking branch 'upstream/master'Petter Rodhelind24-65/+3
2017-09-14all: remove .cvsignore filesKare Nuorteva21-60/+0
2017-09-01svgpic: fix warningsDavid du Colombier1-3/+1
2017-09-01all: update site from swtch.com to 9fans.github.ioRuss Cox1-1/+1
2017-09-01ed: allow larger temp filesRuss Cox1-1/+1
2017-08-03acme: Use the same tabstop setting in cloned/zerox window as in the source wi...Petter Rodhelind1-0/+1
2017-08-03devdraw: Use old fullscreen.Petter Rodhelind1-1/+1
2017-08-01Merge remote-tracking branch 'upstream/master'Petter Rodhelind3-3/+8
2017-07-23venti: fix venti graph on 64-bitMichael Stroucken1-1/+1
2017-07-16acme: implement Cmd-Shift-Z for Redo on MacRuss Cox1-0/+4
2017-07-16devdraw: fix Mac Kcmd+ShiftRuss Cox1-0/+3
2017-07-03Merge remote-tracking branch 'upstream/master'Petter Rodhelind19-5/+4038
2017-06-19fontsrv: avoid quote mapping on fonts with indistinguishable quotesRuss Cox1-5/+19
2017-06-19svgpic: new program to convert pic to svgRuss Cox18-0/+4019
2017-05-24Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-2/+3
2017-05-24Syntax cleanupPetter Rodhelind1-8/+7
2017-05-24Fix segfault when TAB in other places than body textPetter Rodhelind1-0/+2
2017-05-11Copy tabexpand setting when cloningPetter Rodhelind1-0/+1
2017-05-11Disable tab expansion as defaultPetter Rodhelind1-1/+1
2017-05-11Switch tab expansion ON/OFF via TabexpandPetter Rodhelind1-1/+8
2017-05-11Add support for tab expansion (because everyone else is stupid and I am force...Petter Rodhelind4-0/+29