summary refs log tree commit diff
path: root/home/.mkshrc (unfollow)
Commit message (Expand)Author
2019-01-04Clean up schemeJune McEnroe
2019-01-01Rename wat in bin.7June McEnroe
2019-01-01Remove edi (again)June McEnroe
2019-01-01Rename rec to watJune McEnroe
2019-01-01Make all copyright headers consistentJune McEnroe
2019-01-01Bump copyright yearJune McEnroe
2018-12-31Run ls if gs failsJune McEnroe
2018-12-29Simplify htop displayJune McEnroe
2018-12-21Add Daughters — You Won't Get What You WantJune McEnroe
2018-12-21Add La Dispute — FULTON STREET IJune McEnroe
2018-12-17Add KASHIWA Daisuke — StellaJune McEnroe
2018-12-16Fix rot13 port bin pathJune McEnroe
2018-12-11Remove explicit Os from gfx man pagesJune McEnroe
2018-12-11Add TF2 sensitivity bindsJune McEnroe
2018-12-02Remove explicit "Os" from man pagesJune McEnroe
2018-12-02Rename watch to recJune McEnroe
2018-12-02Remove \h bindingJune McEnroe
2018-12-01Add Jeff Wayne — The Eve of the WarJune McEnroe
2018-11-27Switch to pkgsrc on DarwinJune McEnroe
2018-11-27Fix ports for LinuxJune McEnroe
2018-11-26Un-hardcode fortune(6) path in cgramJune McEnroe
2018-11-26Add cgram "port" from NetBSDJune McEnroe
2018-11-25Add "ports" of some FreeBSD utilities for macOSJune McEnroe
2018-11-25Return enum Error from file functions in ediJune McEnroe
2018-11-24Implement deserialization in ediJune McEnroe
2018-11-24Add premature serialization to ediJune McEnroe
2018-11-23Set default .asm, .h, .sh syntax modes for vimJune McEnroe
2018-11-23Replace tableUpdate with tableReplaceJune McEnroe
2018-11-23Move buffer length to blocksJune McEnroe
2018-11-23Disable number, laststatus, ruler in vimJune McEnroe
2018-11-22Add Julia Holter — I Shall Love 2June McEnroe
2018-11-22Add fileWrite for ediJune McEnroe
2018-11-22Simplify edi file readingJune McEnroe
2018-11-21Reorganize ignored directoriesJune McEnroe
2018-11-21Add Iter for ediJune McEnroe
2018-11-21Fix freeing empty buffer blockJune McEnroe
2018-11-21Read files in ediJune McEnroe
2018-11-21Free buffer block if empty when allocating new blockJune McEnroe
2018-11-21Track hot slice in tablesJune McEnroe
2018-11-20Add bufferDeleteJune McEnroe
2018-11-19Alias ls='ls -p'June McEnroe
2018-11-19Add missing include in dtchJune McEnroe
2018-11-18Avoid DST struct TableJune McEnroe
2018-11-18Add Go Mono variantsJune McEnroe
2018-11-18Add seeds of ediJune McEnroe
2018-11-15Use png.h in gfxx.cJune McEnroe
2018-11-14Remove zlib dependency from png.hJune McEnroe
2018-11-14Rearrange bin Makefile once moreJune McEnroe
2018-11-14Factor out png.hJune McEnroe
2018-11-14Add \l binding to insert AGPL commentJune McEnroe
>Fix 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