summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Remove pacman stuffJune McEnroe2013-09-05
* Only alias hub if it existsJune McEnroe2013-09-05
* chruby to ruby-2.0.0June McEnroe2013-09-05
* Add nvmJune McEnroe2013-08-14
* Add title commandJune McEnroe2013-07-09
* Use default client keysJune McEnroe2013-06-09
* Run games in separate X serverJune McEnroe2013-06-09
* Add game wrapper to kill/restart unclutterJune McEnroe2013-06-08
* Add git configJune McEnroe2013-06-08
* Ignore effuse backup filesJune McEnroe2013-06-07
* Autochruby and default to ruby-2.0.0-p195June McEnroe2013-06-07
* Tweak ncmpcpp configJune McEnroe2013-06-07
* Update terminal configurationJune McEnroe2013-05-30
* Update ncmpcpp configurationJune McEnroe2013-05-30
* Do not force update, just notifyJune McEnroe2013-05-20
* Require pp in IRBJune McEnroe2013-05-15
* Only run pacman on zsh start if it existsJune McEnroe2013-05-12
* Add mplayer configurationJune McEnroe2013-05-09
* Float mplayer2 windowsJune McEnroe2013-05-08
* Update awesome themeJune McEnroe2013-05-04
* Update terminal colors with proper base16 paletteJune McEnroe2013-04-27
* Update location of Xfce4-Terminal configurationJune McEnroe2013-04-27
* Update system configurationsJune McEnroe2013-04-24
* Fix terminal colorsJune McEnroe2013-04-23
* Start xcompmgrJune McEnroe2013-04-14
* Drop pacman-color, regular pacman now has colorJune McEnroe2013-04-06
* Restore wallpaper automaticallyJune McEnroe2013-04-06
* Simplify autostartJune McEnroe2013-03-22
* Default to Ruby 2.0June McEnroe2013-02-24
* Make pretty riplrcJune McEnroe2013-01-26
* Default to awesome sessionJune McEnroe2013-01-26
* Add git promptJune McEnroe2013-01-26
* Actually port awesome config to 3.5June McEnroe2013-01-26
* Make pretty zshrcJune McEnroe2013-01-26
* Port awesome config to 3.5June McEnroe2013-01-26
* Replace RVM with chrubyJune McEnroe2013-01-26
* Add PulseAudio configurationJune McEnroe2012-12-19
* Remove rc.confJune McEnroe2012-12-19
* Simplify Greek compose keysJune McEnroe2012-11-26
* Add custom compose key sequencesJune McEnroe2012-11-25
* Add zJune McEnroe2012-11-11
* No more consolekitJune McEnroe2012-11-04
* Float feh windowsJune McEnroe2012-11-04
* Add MPD configurationJune McEnroe2012-10-13
* Use transparent backgrounds in awesomeJune McEnroe2012-10-07
* Add cpupower configurationJune McEnroe2012-10-06
* Add system-wide configuration filesJune McEnroe2012-10-06
* Remove gnome-keyringJune McEnroe2012-10-06
* Use Base16 colors in TerminalJune McEnroe2012-10-05
* Add dropboxJune McEnroe2012-09-04
ogmsg'> 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