summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-08-17 20:34:57 -0400
committerJune McEnroe <june@causal.agency>2018-04-03 22:01:04 -0400
commit0bf64b3dee56e17f70d30f3bc6358cb1cf27757c (patch)
tree8c10f8c6628ad24a720d01654bef9e9e50f38332
parentAdd Aurora (diff)
downloadsrc-0bf64b3dee56e17f70d30f3bc6358cb1cf27757c.tar.gz
src-0bf64b3dee56e17f70d30f3bc6358cb1cf27757c.zip
Add CHVRCHES tiny desk concert
-rw-r--r--music/new.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/music/new.md b/music/new.md
index fd1f32aa..300fd850 100644
--- a/music/new.md
+++ b/music/new.md
@@ -1,3 +1,4 @@
+- [CHVRCHES — Tiny Desk Concert][37]
 - [Aurora][36]
 - [Joy Division — Atmosphere][35]
 - [Underworld — Born Slippy][34]
@@ -80,3 +81,4 @@
 [34]: https://youtu.be/iTFrCbQGyvM
 [35]: https://youtu.be/1EdUjlawLJM
 [36]: https://youtu.be/evBgLWQwAFA
+[37]: https://youtu.be/haunJARHPm4
ow=1'>Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe