summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Remove iTermJune McEnroe2017-07-18
* Add Terminal.app profileJune McEnroe2017-07-18
* Map C-w {N,E} in nvimJune McEnroe2017-07-18
* Remove color from xx, group ASCIIJune McEnroe2017-07-16
* Rewrite README, create LICENSEJune McEnroe2017-07-16
* Add description to dtchJune McEnroe2017-07-16
* Fix dtch portabilityJune McEnroe2017-07-16
* Send ^L on attach, rmcup reset on detachJune McEnroe2017-07-16
* Sort dtch includesJune McEnroe2017-07-15
* Clean up dtchJune McEnroe2017-07-15
* Detect death of childJune McEnroe2017-07-14
* Use CTRL macroJune McEnroe2017-07-14
* Add just-about-functional dtch/atchJune McEnroe2017-07-14
* Make pbd/pbcopy/pbpaste one binary with dispatchJune McEnroe2017-07-13
* Remove manpager scriptJune McEnroe2017-07-11
* Only pacman -Sy onceJune McEnroe2017-07-09
* Add Tarmak 2 to console keymapJune McEnroe2017-07-09
* Remove pathogenJune McEnroe2017-07-04
* Consolidate pbd, pbcopy, pbpasteJune McEnroe2017-07-04
* Reorganize neovim configuration, againJune McEnroe2017-07-04
* Remove <Esc><Esc> terminal mappingJune McEnroe2017-07-04
* Generalize C-w neovim terminal mappingJune McEnroe2017-07-04
* Remove tmuxJune McEnroe2017-07-04
* Show terminal title in statuslineJune McEnroe2017-07-04
* Add nvim terminal mappingsJune McEnroe2017-07-04
* Add color to xxJune McEnroe2017-06-29
* Set tmux copy-mode-vi bindings for TarmakJune McEnroe2017-06-28
* Link Scala syntax fileJune McEnroe2017-06-27
* Clean up top of trivial colorscheme fileJune McEnroe2017-06-27
* Fix Scala syntax highlight linksJune McEnroe2017-06-27
* Import Scala syntax fileJune McEnroe2017-06-27
* Tone down Scala highlightingJune McEnroe2017-06-27
* Bind n and e to switch tmux sessionsJune McEnroe2017-06-27
* Update iTerm 2 configJune McEnroe2017-06-19
* Add Code Tarmak 2 layoutJune McEnroe2017-06-18
* Color diffs red and greenJune McEnroe2017-06-18
* Revert "Set tmux prefix back to E (J in Tarmak 1)"June McEnroe2017-06-16
* Set tmux prefix back to E (J in Tarmak 1)June McEnroe2017-06-16
* Color Search foregroundJune McEnroe2017-06-15
* Enable syntax foldingJune McEnroe2017-06-15
* Set Folded highlight in trivialJune McEnroe2017-06-15
* Fix install scriptJune McEnroe2017-06-12
* Add untested install scriptJune McEnroe2017-06-10
* Add .hushloginJune McEnroe2017-06-10
* Rename install.sh to link.shJune McEnroe2017-06-10
* Clean up READMEJune McEnroe2017-06-10
* Move files to one files directoryJune McEnroe2017-06-10
* Move console.sh to linux directoryJune McEnroe2017-06-10
* Move iTerm configuration into a directoryJune McEnroe2017-06-10
* Remove Karabiner config and move key layoutsJune McEnroe2017-06-10
td colspan='3' class='logmsg'> 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