summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Add fileWrite for ediJune McEnroe2018-11-22
* Simplify edi file readingJune McEnroe2018-11-22
* Add Iter for ediJune McEnroe2018-11-21
* Fix freeing empty buffer blockJune McEnroe2018-11-21
* Read files in ediJune McEnroe2018-11-21
* Free buffer block if empty when allocating new blockJune McEnroe2018-11-21
* Track hot slice in tablesJune McEnroe2018-11-21
* Add bufferDeleteJune McEnroe2018-11-20
* Add missing include in dtchJune McEnroe2018-11-19
* Avoid DST struct TableJune McEnroe2018-11-18
* Add seeds of ediJune McEnroe2018-11-18
* Remove zlib dependency from png.hJune McEnroe2018-11-14
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
* Factor out png.hJune McEnroe2018-11-14
* Clean up and improve dtchJune McEnroe2018-11-12
* Use typedefs uint and byteJune McEnroe2018-11-12
* Remove msr606June McEnroe2018-11-07
* Implement all of MSR606June McEnroe2018-11-07
* Prevent buffer overflows in pngoJune McEnroe2018-10-28
* Fix tags targetJune McEnroe2018-10-17
* Remove klonJune McEnroe2018-10-16
* Use wchar_t in ttpreJune McEnroe2018-10-08
* Add ttpreJune McEnroe2018-10-08
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
* Remove edi.cJune McEnroe2018-10-07
* Add -H flag to psfed to increase heightJune McEnroe2018-10-03
* Rewrite schemeJune McEnroe2018-10-02
* Allow setting colors in psf2pngJune McEnroe2018-10-02
* Fix case of ASCII constants in psfedJune McEnroe2018-09-30
* Add -c and -s to psf2pngJune McEnroe2018-09-29
* Add f and ' to psfedJune McEnroe2018-09-29
* Add psf2pngJune McEnroe2018-09-28
* Add HJKL for moving glyphs to psfedJune McEnroe2018-09-27
* Move psfed paste to edit modeJune McEnroe2018-09-27
* Add copy paste to psfedJune McEnroe2018-09-26
* Add r to psfed for invertJune McEnroe2018-09-25
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
* Add scheme -i to swap white and blackJune McEnroe2018-09-21
* Fix README mandoc lintsJune McEnroe2018-09-19
* Un-NOT trans.alpha values in pngoJune McEnroe2018-09-19
* Refactor reads in pngo and clear palette between filesJune McEnroe2018-09-18
* Add tRNS support to pngoJune McEnroe2018-09-17
* Move bin man pages to bin/manJune McEnroe2018-09-11
* Remove GAMES from BINSJune McEnroe2018-09-11
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
* Add "blank" lines to man pagesJune McEnroe2018-09-11
* Fix Nm usage in multi-name man pagesJune McEnroe2018-09-08
* Put real dates on man pagesJune McEnroe2018-09-08
* Replace README with README.7June McEnroe2018-09-07
* Add xx.1June McEnroe2018-09-07
ent. 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