summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-01-24 00:48:25 -0500
committerJune McEnroe <programble@gmail.com>2018-04-03 22:01:00 -0400
commit855c05994cd80beb364e7593b332819e6628efd1 (patch)
tree637965b04ce003f65343b25ac3ed4024c9175202
parentAdd Pas pire pop (diff)
downloadsrc-855c05994cd80beb364e7593b332819e6628efd1.tar.gz
src-855c05994cd80beb364e7593b332819e6628efd1.zip
Add Some Tunes
-rw-r--r--music/new.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/music/new.md b/music/new.md
index 37aad151..7e28ea76 100644
--- a/music/new.md
+++ b/music/new.md
@@ -10,6 +10,7 @@
 - [Xiu Xiu — Jenny GoGo][10]
 - [Arcade Fire — I Give You Power][11]
 - Avec le soleil sortant de sa bouche — Pas pire pop, I Love You So Much
+- [Dan Smith — Some Tunes][12]
 
 [1]: https://youtu.be/tADWPTqR_4A
 [2]: https://youtu.be/fzQ6gRAEoy0
@@ -22,3 +23,4 @@
 [9]: https://youtu.be/FY-CjOJCjJE
 [10]: https://youtu.be/WMT6MsA3ut8
 [11]: https://youtu.be/f6jma9VQEls
+[12]: https://thedancemyth.bandcamp.com/album/some-tunes
ct'>Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 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