aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/edit.c
Commit message (Expand)AuthorAgeFilesLines
* Move cleanup() into the edit.c file which is the only users of that functionBaptiste Daroussin2016-10-151-1/+9
* Turn editit into a static functionBaptiste Daroussin2016-10-151-3/+1
* Revert r299218 VISUAL is actually a perfecly valid env to specify an editorBaptiste Daroussin2016-05-071-1/+4
* Only use EDITOR as a variable to specify which text editor to useBaptiste Daroussin2016-05-071-4/+1
* Directly call the editor if needed instead of spawning /bin/shBaptiste Daroussin2016-05-071-8/+4
* import sdiff(1) from GSoC 2012Baptiste Daroussin2016-04-291-0/+209