summary refs log tree commit diff
path: root/etc/Light.terminal (follow)
Commit message (Collapse)AuthorAge
* Disable visual bell in light terminal profileJune McEnroe2018-09-28
|
* Disable visual bell entirely in TerminalJune McEnroe2018-08-16
| | | | You can't turn off bell in ksh.
* Use scheme for Light terminalJune McEnroe2018-05-29
| | | | All I did was swap black and white. Sitting outside now. Looks fine.
* Set TERM=xterm in Terminal.appJune McEnroe2018-05-13
| | | | 16 colours is all I need.
* Set Light terminal white to Gruvbox fg3June McEnroe2018-02-28
|
* Switch to and vendor Go Mono fontJune McEnroe2018-02-21
| | | | | | | Go Mono is almost identical to Luxi Mono (same designers) but MIT-licensed. From https://go.googlesource.com/image font/gofont/ttfs.
* Rename files directory etcJune McEnroe2017-09-15
ommit/input.c?h=2.2a&id=e39bba1a8a2fda74bcfd06f728b7e1fddadef161&follow=1'>Move mbs out of struct Edit, use a global bufferJune McEnroe 2022-02-20Clear edit buffer before running commandJune McEnroe 2022-02-20Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make 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 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 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