sandy

text editor
git clone git://git.suckless.org/sandy
Log | Files | Refs | README | LICENSE

commit a91ce0cc230d3dafba518ae00b9fa91775e32aee
parent 67b987121d3e62b0139127251337ce7e8dfe238e
Author: Rafael Garcia <rafael.garcia.gallego@gmail.com>
Date:   Sat, 26 Nov 2011 13:32:35 +0100

Stupid comment talking about old behavior removed
Diffstat:
sandy.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandy.c b/sandy.c @@ -340,7 +340,7 @@ f_findfw(const Arg *arg) { if(i_setfindterm((char*)arg->v)) i_find(TRUE); } -void /* Insert arg->v at cursor position, deleting the selection if any. Your responsibility: call only if t_rw() */ +void /* Insert arg->v at cursor position. Your responsibility: call only if t_rw() */ f_insert(const Arg *arg) { Filepos newcur;