aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme
AgeCommit message (Expand)AuthorFilesLines
2020-02-11Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-9/+21
2020-01-24acme: report close failure in Put, this time for sureRuss Cox1-5/+5
2020-01-14acme: save/restore multiline tags in Dump/LoadRuss Cox1-4/+16
2020-01-14Merge remote-tracking branch 'upstream/master'Petter Rodhelind20-177/+214
2020-01-13acme: fix buffer overflow introduced in parsetag refactorRuss Cox3-8/+8
2020-01-13acme: fix movetodel for spaces in file namesRuss Cox1-11/+8
2020-01-13acme: allow spaces in window namesRuss Cox2-5/+20
2020-01-13acme: one more place to use parsetagRuss Cox1-5/+1
2020-01-13acme: factor out tag parsing codeRuss Cox3-21/+28
2020-01-13acme: fix crash in X |cat with multiple windowsRuss Cox1-5/+24
2020-01-10Trivial changes: whitespace and modes.Dan Cross17-133/+129
2020-01-02acme: do not pass null pointers where disallowedNeven Sajko2-1/+4
2019-12-19acme: report close failure during PutRuss Cox1-2/+6
2019-07-20Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-50/+103
2019-06-10acme: accept expanded URLs in lookRuss Cox1-9/+39
2019-05-17acme: delete trailing spaces during Put in autoindent modeRuss Cox1-41/+64
2019-05-10Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-4/+10
2019-04-19acme: do not trim spaces during PutRuss Cox1-4/+8
2019-04-05acme: Update tag after receiving menu/nomenu control event (#251)Martin Kühl1-0/+2
2019-02-05Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-3/+38
2019-02-01acme: drop trailing spaces during Put of auto-indent windowRuss Cox1-3/+38
2019-01-07Merge remote-tracking branch 'upstream/master'Petter Rodhelind4-4/+77
2018-11-15acme: add 32x32 boxcursorRuss Cox4-2/+71
2018-11-13acme: avoid division by zero when resizing col (#189)Fazlul Shahriar1-2/+6
2018-10-01Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-3/+3
2018-09-19acme: Apply each -/+ only once (#156)Martin Kühl1-3/+3
2018-04-20Merge remote-tracking branch 'upstream/master'Petter Rodhelind3-2/+8
2018-03-27acme: fix some memory leaksXiao-Yong Jin3-2/+8
2018-01-27acme: Do not hide dotfiles, since xplor does that nicely.Petter Rodhelind1-3/+3
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-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 Rodhelind23-13/+80
2017-10-14acme: free buf in checksha1Russ Cox1-0/+1
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox23-13/+79
2017-08-03acme: Use the same tabstop setting in cloned/zerox window as in the source wi...Petter Rodhelind1-0/+1
2017-08-01Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-2/+4
2017-07-16acme: implement Cmd-Shift-Z for Redo on MacRuss Cox1-0/+4
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
2017-04-20Add ^A and ^E wrap arounds for easy movement over multiple linesPetter Rodhelind1-0/+11
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