summaryrefslogtreecommitdiffstats
path: root/src/edit.c
Commit message (Expand)AuthorAgeFilesLines
* interface_editor_location(): move variable definition (code style)Christophe Grenier2015-04-051-1/+1
* constify more variablesChristophe Grenier2013-06-011-1/+1
* edit.c: Constify another variableChristophe Grenier2013-05-251-1/+1
* Fix hexdump interfaceChristophe Grenier2012-01-161-82/+110
* Add WINDOW *window argument to get_string()Christophe Grenier2012-01-011-3/+3
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+1
* Limit the scope of several variablesChristophe Grenier2009-05-051-2/+2
* Handle more than 80 columnsChristophe Grenier2009-04-181-5/+5
* TestDisk: hexdump can use more than 24 linesChristophe Grenier2009-04-141-13/+19
* Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...Christophe Grenier2009-04-121-3/+3
* Fix some compilation warningsChristophe Grenier2009-02-031-1/+1
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* Split the interface in several files, part 2Christophe Grenier2008-08-251-2/+2
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-3/+3
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-2/+2
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-11/+11
* First version in gitChristophe Grenier2007-10-291-0/+290