summaryrefslogtreecommitdiffstats
path: root/src/intrfn.h
Commit message (Expand)AuthorAgeFilesLines
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Numerous frama-c annotationsChristophe Grenier2021-11-201-0/+15
* Add an header guard to prevent multiple inclusionChristophe Grenier2020-10-041-0/+3
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-1/+1
* Enable start/stop sectors bigger than UINT_MAX when creating partitionChristophe Grenier2016-10-261-1/+1
* Fixed: disabling curses caused segfaults with /logTobias Dammers2016-06-221-1/+1
* Report pdcurses/ncurses library versionChristophe Grenier2015-04-161-0/+1
* Disable menu_to_command() compilation if ENABLE_MOUSE is undefined.Christophe Grenier2013-05-171-1/+0
* split interface_partition_type() into change_arch_type_cli() and change_arch_...Christophe Grenier2013-05-151-1/+0
* Use the correct value of errno to display a warning when log file creation fa...Christophe Grenier2013-04-271-1/+1
* TestDisk: If user press enter when asked for partition created unde Vista or ...Christophe Grenier2012-06-281-0/+1
* move prototypes of function using ncurses from src/intrf.h to src/intrfn.hChristophe Grenier2012-06-281-0/+6
* move ask_int_ncurses() and ask_string_ncurses() to src/intrfn.cChristophe Grenier2012-01-271-0/+2
* Add WINDOW *window argument to get_string()Christophe Grenier2012-01-011-1/+1
* Avoid some signed/unsigned values checksChristophe Grenier2011-12-281-1/+1
* Support cygwin's libncursesw10Christophe Grenier2010-10-231-0/+2
* aff_copy_short(): a 1-line bannerChristophe Grenier2010-09-191-0/+1
* If compiled with "./configure --enable-mouse", most PhotoRec screens can be d...Christophe Grenier2010-09-111-3/+4
* Handle more than 80 columnsChristophe Grenier2009-04-181-0/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+13
* Defined more functions as staticChristophe Grenier2008-11-101-1/+0
* wgetch_nodelay() and wmenuUpdate() can be staticChristophe Grenier2008-05-271-3/+1
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-3/+3
* Detect ncursesw/ncurses.h header presenceChristophe Grenier2008-04-141-0/+2
* make vaff_txt() staticChristophe Grenier2008-03-241-1/+0
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-1/+1
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-1/+0
* First version in gitChristophe Grenier2007-10-291-0/+52