| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-12-29 | Manpage typosHEADmaster | Rafael Garcia | 1 | -3/+3 |
| 2011-12-10 | Ruby syntax highlighting | Rafael Garcia | 1 | -2/+12 |
| 2011-11-26 | Stupid comment talking about old behavior removed | Rafael Garcia | 1 | -1/+1 |
| 2011-11-26 | Change lowercase and uppercase functions in config file to include at least I... | Rafael Garcia | 1 | -2/+2 |
| 2011-10-06 | Remove 2 unneded gotos | Rafael Garcia | 1 | -3/+2 |
| 2011-09-27 | Little manpage update. | Rafael Garcia | 1 | -1/+3 |
| 2011-09-20 | Remove some stupid lines | Rafael Garcia | 1 | -3/+0 |
| 2011-09-17 | Simpler copy and paste pipe commands. | Rafael Garcia | 1 | -6/+5 |
| 2011-09-16 | New -d flag causes sandy to dump to stdout instead of saving to a file, good ... | Rafael Garcia | 3 | -6/+15 |
| 2011-09-01 | Stupid slmenu compatibility thing. | Rafael Garcia | 1 | -1/+1 |
| 2011-08-31 | Ooops config file for changeset #95 | Rafael Garcia | 1 | -2/+2 |
| 2011-08-30 | Some dull commenting | Rafael Garcia | 1 | -14/+14 |
| 2011-08-29 | More consistent behavior for ^H and ^D. Also, some teminals generate ^H on ba... | Rafael Garcia | 2 | -5/+4 |
| 2011-08-29 | Autoindenting now controls whether smart-BOL is enabled or not | Rafael Garcia | 2 | -1/+10 |
| 2011-08-29 | Slightly less annoying behavior when I make a typo. | Rafael Garcia | 1 | -1/+1 |
| 2011-08-29 | Ooops because some commands write NULL to stderr and that was reported as an ... | Rafael Garcia | 1 | -1/+1 |
| 2011-08-29 | Trap stderr in i_pipetext and print a warning if anything comes on it. TODO: ... | Rafael Garcia | 2 | -12/+31 |
| 2011-08-29 | Tiny config changes | Rafael Garcia | 1 | -7/+7 |
| 2011-08-25 | Create mousemask dynamically, bug when deleting if selection was past cursor. | Rafael Garcia | 1 | -1/+5 |
| 2011-08-23 | Mouse clicks moved to config file, mouse is now optional; mouse drags ignored... | Rafael Garcia | 2 | -21/+50 |
| 2011-08-23 | Ooooops in f_pipero trimmed statusflags to a char, fixed. | Rafael Garcia | 1 | -1/+1 |
| 2011-08-21 | Remove setsid and change config for the (upcoming) dmenu console implementation. | Rafael Garcia | 2 | -3/+4 |
| 2011-08-19 | Bug screen did not update properly when joining lines manually, kludged // Da... | Rafael Garcia | 1 | -5/+12 |
| 2011-08-18 | Does not save nonexisting files as executables by default. | Rafael Garcia | 1 | -1/+1 |
| 2011-08-14 | Tiny fix on paste prevents deletion of currently selected text. Functions loc... | Rafael Garcia | 1 | -32/+40 |
| 2011-08-14 | Set mark before f_extsel, just because it bugged me | Rafael Garcia | 2 | -1/+2 |
| 2011-08-13 | Return original f_extsel() behavior. | Rafael Garcia | 2 | -2/+3 |
| 2011-08-10 | Tidy up config file a little. Solve a smallish bug in capitalize awk line. | Rafael Garcia | 1 | -34/+42 |
| 2011-08-10 | Autoindent is back (start sandy with -a), now using a awk one liner rather th... | Rafael Garcia | 5 | -19/+45 |
| 2011-08-07 | Honor readonly-ness. Fix bug that ignored the second and later conditions at ... | Rafael Garcia | 2 | -23/+24 |
| 2011-08-07 | Optimize i_update to call wscrl() once per update, thus avoiding screen flicker. | Rafael Garcia | 1 | -7/+11 |
| 2011-08-07 | Some useful keybindings are back, using META since they are minor and optional. | Rafael Garcia | 2 | -13/+30 |
| 2011-08-05 | Ooooops manpage | Rafael Garcia | 2 | -3/+3 |
| 2011-08-04 | Given ncurses inability to accept ESC and META- keybindings at the same time,... | Rafael Garcia | 1 | -1/+2 |
| 2011-08-04 | Manpage update, a couple more keybindings. | Rafael Garcia | 2 | -25/+35 |
| 2011-08-04 | Fiddling with keybindings | Rafael Garcia | 1 | -1/+2 |
| 2011-08-04 | Simplification makes TABs happy. | Rafael Garcia | 1 | -6/+6 |
| 2011-08-04 | Oooops confg.def.h | Rafael Garcia | 1 | -76/+76 |
| 2011-08-04 | Fixes a bug present in 64bit computers. | Rafael Garcia | 2 | -24/+27 |
| 2011-08-03 | Update TODO, telling myself to update manpage :) | Rafael Garcia | 1 | -0/+1 |
| 2011-08-03 | When not using X11, place clipboard/selection buffer in /tmp, which is more l... | Rafael Garcia | 1 | -4/+4 |
| 2011-08-03 | Simpler, more consistent f_repeat for insert actions. | Rafael Garcia | 1 | -13/+2 |
| 2011-08-03 | Paradigm change: selection is now done automatically and key-bindings do uniq... | Rafael Garcia | 3 | -89/+74 |
| 2011-08-02 | Remove old binding C-A/C-E when at bol/eol | Rafael Garcia | 1 | -2/+0 |
| 2011-08-01 | Some simple, useful META- keybindings are back. They are minor now. Use them ... | Rafael Garcia | 2 | -13/+35 |
| 2011-07-25 | Slightly healthier defaults. Fixed a couple of warnings on 64-bit systems. | Rafael Garcia | 2 | -5/+6 |
| 2011-06-15 | Some unneeded screen updates removed. | Rafael Garcia | 1 | -3/+3 |
| 2011-06-15 | Tiny optimization avoids reprinting when moving in the same line. | Rafael Garcia | 1 | -1/+1 |
| 2011-06-15 | Move regex_t out of arrays defined in config.h and make stuff there const. Wi... | Rafael Garcia | 2 | -56/+58 |
| 2011-06-15 | Simpler bindings let you select stuff prior to deleting it. | Rafael Garcia | 1 | -4/+0 |