Commits

Commit:
c82ff50159c18b717b856d4a42e29cb2d0a55a11
From:
Omar Polo <op@xglobe.in>
Via:
Omar Polo <op@omarpolo.com>
Date:
Thu Jan 26 11:03:57 2023 UTC

tabs are 8 space wide

Commit:
f460c311450164c30dd3d030655f6125219d2708
From:
Omar Polo <op@xglobe.in>
Via:
Omar Polo <op@omarpolo.com>
Date:
Thu Jan 26 11:03:57 2023 UTC

Kup and Kdown move the cursor up and down

Commit:
ba51ae9877aef8da2a6ee49e354d9b8148b0e93a
From:
Omar Polo <op@xglobe.in>
Via:
Omar Polo <op@omarpolo.com>
Date:
Thu Jan 26 11:03:57 2023 UTC

various desktop-y keybindings

Commit:
b4704695f1c7c3ade4b6748ae50129fb404f5214
From:
Omar Polo <op@xglobe.in>
Via:
Omar Polo <op@omarpolo.com>
Date:
Thu Jan 26 11:03:56 2023 UTC

soft-tabs thanks to mkhl and neutralinsomniac (and probably other guys at 9front)

Commit:
e2a141ae0952c2d28a9f500bb9da6dc72e57be3c
From:
zhenya-1007 <102388922+zhenya-1007@users.noreply.github.com>
Via:
Dan Cross <crossd@gmail.com>
Date:
Mon Jan 23 20:45:55 2023 UTC

Fix a typo

Commit:
4938281a82eee558ff0a09741afee90addaf3f3b
From:
David Arnold <da4089@users.noreply.github.com>
Via:
Dan Cross <crossd@gmail.com>
Date:
Mon Jan 9 22:03:29 2023 UTC

Fix tyop

Commit:
43f5af9c8da2c89948fd0b6858dfa8b79884adb8
From:
Russ Cox <rsc@swtch.com>
Date:
Fri Jan 6 17:04:17 2023 UTC

acme: allow larger paste amounts

Commit:
940f1fd6af2c144d0db087fefa8478d2a36633d5
From:
Russ Cox <rsc@swtch.com>
Date:
Fri Jan 6 17:04:17 2023 UTC

page: scale ppi on high-res displays Also fix wording of -w warning.

Commit:
ffbdd1aa20c8a20a8e9dcd3cec644b6dfa3c6acb
From:
Tom Schwindl <schwindl@posteo.de>
Via:
Dan Cross <crossd@gmail.com>
Date:
Mon Sep 12 14:35:36 2022 UTC

rio: check the return value of malloc(3)

Commit:
846f724983f098541df0d6f44b1a617b60602aa2
From:
MvA <vanattenmark@gmail.com>
Via:
Dan Cross <crossd@gmail.com>
Date:
Sun Sep 11 13:55:17 2022 UTC

fix double free bug, simplify error handling, reduce X11 calls

Commit:
3e764832bc3423e58772ad6e35f4c03d7fa5c867
From:
MvA <vanattenmark@gmail.com>
Via:
Dan Cross <crossd@gmail.com>
Date:
Sun Sep 11 13:55:17 2022 UTC

fix double free bug, simplify error handling, reduce X11 calls, improve style

Commit:
52be2761ae45d717f41f2f08ca85cd1e9f6c61b5
From:
Derek Stevens <nilix@nilfm.cc>
Via:
Dan Cross <crossd@gmail.com>
Date:
Wed Sep 7 16:24:01 2022 UTC

fix indentation

Commit:
0a846f5f0f8dd2acaacb43e3035079b59a112796
From:
Derek Stevens <nilix@nilfm.cc>
Via:
Dan Cross <crossd@gmail.com>
Date:
Wed Sep 7 16:24:01 2022 UTC

acme/wind.c: redraw window body with bg color if too small for a single line; ref #10

Commit:
9dab36f2af60901565b97c8ca0ece46f70fa3ead
From:
Tw <wei.tan@intel.com>
Via:
Dan Cross <crossd@gmail.com>
Date:
Wed Sep 7 13:34:32 2022 UTC

factotum: fix log read inuse bug When log reading exits, inuse flag should be cleared. Signed-off-by: Tw <wei.tan@intel.com>

Commit:
c57b71966ec2b3342a3a4da515944cabf268609f
From:
Igor Burago <ib@iburago.org>
Via:
Dan Cross <crossd@gmail.com>
Date:
Wed Sep 7 13:32:08 2022 UTC

acme: accept paths with spaces in the 'name' ctl message As it is allowed to use spaces in file names set interactively through the tag since 7b1c85f, do not reject names with spaces in the 'name' ctl message either. Fixes #559.