summary refs log tree commit diff
path: root/txt (follow)
Commit message (Expand)AuthorAge
...
* Add Hobo Johnson and The Lovemakers Tiny DeskJune McEnroe2019-11-01
* Add The Book of the Unnamed MidwifeJune McEnroe2019-10-23
* Add ConcreteJune McEnroe2019-10-22
* Add All Systems RedJune McEnroe2019-10-13
* Add The Book of PhoenixJune McEnroe2019-10-10
* Add two Kim Petras songsJune McEnroe2019-10-03
* Add The Red Threads of FortuneJune McEnroe2019-10-02
* Add The Black Tides of HeavenJune McEnroe2019-09-28
* Add Trail of LightningJune McEnroe2019-09-23
* Add The Just CityJune McEnroe2019-09-16
* Add A Memory Called EmpireJune McEnroe2019-09-07
* Add Avorter n'est pas tuerJune McEnroe2019-09-04
* Add Birds ContendingJune McEnroe2019-08-28
* Add The Fated SkyJune McEnroe2019-08-28
* Add Record of a Spaceborn FewJune McEnroe2019-08-20
* Add The Calculating StarsJune McEnroe2019-08-13
* Add ImagoJune McEnroe2019-08-03
* Add KindredJune McEnroe2019-07-29
* Add Adulthood RitesJune McEnroe2019-07-17
* Add Wild SeedJune McEnroe2019-07-08
* Add Parable of the TalentsJune McEnroe2019-06-29
* Add AcceptanceJune McEnroe2019-06-15
* Add A Closed and Common OrbitJune McEnroe2019-06-05
* Add RebornJune McEnroe2019-06-02
* Add FrontierJune McEnroe2019-05-27
* Add DawnJune McEnroe2019-05-26
* Add AuthorityJune McEnroe2019-05-20
* Add Parable of the SowerJune McEnroe2019-05-09
* Add LightlessJune McEnroe2019-04-25
* Add The Demolished ManJune McEnroe2019-04-13
* Add AmatkaJune McEnroe2019-04-07
* Add Space OperaJune McEnroe2019-04-03
* Add An Unkindness of GhostsJune McEnroe2019-03-22
* Add The Long Way to a Small Angry PlanetJune McEnroe2019-03-14
* Add Bleachers Tiny Desk ConcertJune McEnroe2019-03-10
* Add Station ElevenJune McEnroe2019-02-28
* Add Dirk Gently's Holistic Detective AgencyJune McEnroe2019-02-20
* Add forgotten "sixth" book of H2G2June McEnroe2019-02-13
* Add booksJune McEnroe2019-02-13
* Add Girlpool Tiny Desk ConcertJune McEnroe2019-01-17
* Add Daughters — You Won't Get What You WantJune McEnroe2018-12-21
* Add La Dispute — FULTON STREET IJune McEnroe2018-12-21
* Add KASHIWA Daisuke — StellaJune McEnroe2018-12-17
* Add Jeff Wayne — The Eve of the WarJune McEnroe2018-12-01
* Add Julia Holter — I Shall Love 2June McEnroe2018-11-22
* Add Chromatics — Running Up That HillJune McEnroe2018-11-14
* Add Low — Double NegativeJune McEnroe2018-10-30
* Add Rival Consoles — HeliosJune McEnroe2018-10-21
* Add some '80s music notesJune McEnroe2018-09-30
* Add In for a World of HurtJune McEnroe2018-09-07
pan title='2018-08-07 00:09:50 -0400'>2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe