Commit message (Expand) | Author | ||||
---|---|---|---|---|---|
2019-07-01 | Add diff syntax to hi | June McEnroe | |||
2019-07-01 | Use env.sh as 1sh todo list | June McEnroe | |||
2019-06-29 | Clean up 1sh prompt setting | June McEnroe | |||
2019-06-29 | Add Parable of the Talents | June McEnroe | |||
2019-06-28 | Rename catsh to 1sh | June McEnroe | |||
2019-06-28 | Set HISTSIZE in catsh | June McEnroe | |||
2019-06-28 | Unset iflag when exiting catsh | June McEnroe | |||
2019-06-24 | Consolidate catsh history documentation | June McEnroe | |||
2019-06-19 | Set LESS=FRX | June McEnroe | |||
2019-06-16 | Alias date=ddate | June McEnroe | |||
2019-06-15 | Set sensitivity by slot in TF2 | June McEnroe | |||
2019-06-15 | Add Acceptance | June McEnroe | |||
2019-06-07 | Add variables to bit | June McEnroe | |||
2019-06-05 | Add A Closed and Common Orbit | June McEnroe | |||
2019-06-02 | Add Reborn | June McEnroe | |||
2019-05-30 | Add bit to bin.7 | June McEnroe | |||
2019-05-30 | Simplify and build bit | June McEnroe | |||
2019-05-29 | Add xx -p option | June McEnroe | |||
2019-05-27 | Add Frontier | June McEnroe | |||
2019-05-27 | Break nicks with ZWNJ | June McEnroe | |||
2019-05-26 | Add Dawn | June McEnroe | |||
2019-05-20 | Declare vasprintf(3) for GNU | June McEnroe | |||
2019-05-20 | Fix comparison warning in ttpre | June McEnroe | |||
2019-05-20 | Add Authority | June McEnroe | |||
2019-05-19 | Specify precedence of unary versions of operators | June McEnroe | |||
2019-05-18 | Add compound assignment operators to order | June McEnroe | |||
2019-05-15 | Support simple assignment in order | June McEnroe | |||
2019-05-15 | Implement sizeof in order | June McEnroe | |||
2019-05-15 | Add order | June McEnroe | |||
2019-05-12 | Add T suffix in bit | June McEnroe | |||
2019-05-10 | Highlight yacc and lex files as C | June McEnroe | |||
2019-05-10 | Use val instead of suboptarg | June McEnroe | |||
2019-05-09 | Add Parable of the Sower | June McEnroe | |||
2019-05-07 | Add bit without build | June McEnroe | |||
2019-05-04 | Fix MANDIR typo | June McEnroe | |||
2019-05-04 | Move relay to bin | June McEnroe | 2022-02-19 | Factor out window management to window.c | June McEnroe |
2022-02-19 | Enable -Wmissing-prototypes | June McEnroe | |||
In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. | |||||
2022-02-19 | Fix edit.[ch] license notice additional permissions | June McEnroe | |||
2022-02-19 | Run line editing tests | June McEnroe | |||
I know, it feels wrong. | |||||
2022-02-18 | Implement 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-18 | Simplify cursor positioning in input | June 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-18 | Fix M-f ordering | June McEnroe | |||
2022-02-12 | Move sandman build to scripts/Makefile | June McEnroe | |||
2022-02-12 | Use compat_readpassphrase.c on Linux | June McEnroe | |||
2022-02-12 | Copy RPP defines from oconfigure | June McEnroe |