summary refs log tree commit diff
path: root/etc (follow)
Commit message (Expand)AuthorAge
* Remove samba_mdns rc scriptJune McEnroe2021-04-26
* Tweak trackpad scaling, mouse accelerationJune McEnroe2021-02-08
* Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe2021-02-06
* Add wsconsctl.confJune McEnroe2021-02-06
* Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
* Update Terminal.app coloursJune McEnroe2021-01-13
* Increment license header templatesJune McEnroe2021-01-01
* Remove TF2 configJune McEnroe2020-12-21
* Remove modified sensitivity settingsJune McEnroe2020-11-04
* Tweak TF2 sensitivities once moreJune McEnroe2020-06-26
* Remove unfinished PSF fontsJune McEnroe2020-05-26
* Move keyboard layout into a .bundleJune McEnroe2020-05-08
* Change scout sensitivity to 1.4June McEnroe2020-01-28
* Update license header templates for the new yearJune McEnroe2020-01-01
* Add GPL header templateJune McEnroe2019-11-06
* Add uber messageJune McEnroe2019-11-01
* Use sensitivity aliases in TF2June McEnroe2019-09-16
* Unset executable on shell scriptsJune McEnroe2019-08-29
* Add samba_mdns rc scriptJune McEnroe2019-08-28
* Shell script style passJune McEnroe2019-07-27
* Update Dark.terminalJune McEnroe2019-07-26
* Add common includes to AGPL templateJune McEnroe2019-07-06
* Set sensitivity by slot in TF2June McEnroe2019-06-15
* Remove gitea2mastodonJune McEnroe2019-02-12
* Complete ASCII set of WIP serif8x16.psfJune McEnroe2019-01-22
* Add WIP serif8x16.psfJune McEnroe2019-01-22
* Fix some symbols in sans8x16June McEnroe2019-01-16
* Add sans8x16.psfJune McEnroe2019-01-15
* Bump copyright yearJune McEnroe2019-01-01
* Add TF2 sensitivity bindsJune McEnroe2018-12-11
* Add Go Mono variantsJune McEnroe2018-11-18
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
* Remove other building bindings for engineerJune McEnroe2018-10-27
* Nice shot!June McEnroe2018-10-19
* Add sans6x12June McEnroe2018-10-03
* Fix ≈ glyph of sans6x8June McEnroe2018-10-03
* Fill E0 through FE of sans6x10June McEnroe2018-10-03
* Fill 03 through 1F of sans6x10June McEnroe2018-10-03
* Fix ¼ glyph of sans6x8June McEnroe2018-10-03
* Fill A6 through AF of sans6x10June McEnroe2018-10-03
* Squish Ñ in sans6x10 consistentlyJune McEnroe2018-09-29
* Add box drawing glyphs to sans6x10June McEnroe2018-09-29
* Tweak sans6x8 shading blocksJune McEnroe2018-09-29
* Fill 7F through A5 of sans6x10June McEnroe2018-09-29
* Add sans6x10 basic glyphsJune McEnroe2018-09-28
* Make sans6x8 double quote narrowerJune McEnroe2018-09-28
* Add greek glyphs to sans6x8June McEnroe2018-09-28
* Add png target in etc/psfJune McEnroe2018-09-28
* Disable visual bell in light terminal profileJune McEnroe2018-09-28
* Add sans6x8 PSF2 fontJune McEnroe2018-09-27
span>Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor 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