aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20Add ^A and ^E wrap arounds for easy movement over multiple linesPetter Rodhelind1-0/+11
2017-04-20Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-4/+2
2017-04-08libdraw: replace hand-rolled realloc, preventing buffer overflow.Ray Lai1-3/+1
2017-04-089term: Add missing parentheses, preventing buffer overflow.Ray Lai1-1/+1
2017-03-19Add Cmd+S for save/putPetter Rodhelind1-0/+5
2017-03-18Fix kdown when last line is emptyPetter Rodhelind1-1/+1
2017-03-18Fix key down buffer overflow bug at EOFPetter Rodhelind1-3/+3
2017-03-18Make Key-Up and Key-Down work with lines instead of scrollingPetter Rodhelind1-8/+33
2017-03-17Make ctrl act as a button 1 for mouse chordsPetter Rodhelind1-0/+2
2017-02-109pfuse: support osxfuse>=3.3.0James Porter1-7/+28
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-07src/cmd: take fontsrv out of BUGGEREDDave Presotto1-1/+1
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox15-87/+106
2017-01-069term, win: work around bsd linker nonsenseRuss Cox3-2/+9
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox2-1/+26
2016-11-20include: define _DEFAULT_SOURCEDavid du Colombier6-0/+6
2016-11-02libregexp: various fixesDavid du Colombier3-6/+4
2016-11-02fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take.Gleydson Soares1-1/+1
2016-04-18font: s/10/11 in ascent for unicode.7x13.fontRob Pike1-1/+1
2016-01-22fontsrv: do not try to look up surrogate pairsRuss Cox1-0/+2
2015-12-08auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3)Gleydson Soares2-75/+24
2015-11-11devdraw: cocoa: set window title on main threadsqweek1-2/+12
2015-11-10win: local \r cancellationRuss Cox1-1/+14
2015-11-109term, win: better \r handling (thanks, git)Russ Cox2-1/+31
2015-11-10INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 toGleydson Soares1-1/+2
2015-08-27mk: avoid infinite loop when targets are repeatedRuss Cox2-0/+6
2015-08-27fontsrv: use 64 chars per subfont instead of 256Russ Cox4-9/+14
2015-08-26font/fixed: adjust the ascent for the 7x13 subfontsRob Pike25-0/+0
2015-08-26font/lucsans: fix reference to supsub.9Rob Pike1-1/+1
2015-06-29upas/nfs: search for stunnele3 in $PATHGleydson Soares1-4/+7
2015-06-03all: linux/arm64 portAram Hăvărneanu4-0/+17
2015-06-03libregexp: fix copy-paste errorDavid du Colombier1-1/+1
2015-06-03all: linux/mips portAram Hăvărneanu5-0/+18
2015-06-03all: fix openbsd buildAram Hăvărneanu2-3/+4
2015-06-03keyboard.h: add some missing key enums from Plan 9mischief1-1/+6
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen3-10/+57
2015-05-15libdraw, acme: fix acme segfault triggered passing an invalid fontGleydson Soares1-0/+2
2015-02-18fontsrv: fix x11 buildRuss Cox1-1/+0
2015-02-17man: document font syntaxesRuss Cox5-23/+130
2015-02-17devdraw: enable retina behavior by default on OS XRuss Cox1-3/+3
2015-02-17libdraw: refine hidpi font selectionRuss Cox4-1/+44
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox9-28/+243
2015-02-17libdraw: add 2*font syntax for scaled fontsRuss Cox7-5/+77
2015-02-17fontsrv: use CoreText API on OS XRuss Cox5-106/+143