summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2017-12-10A giant commit because a lot of things have been rewritten/enhanced/fixedv0.9.10pgen
2016-12-22Replace the UTF8 validation routine with a more compact versionpgen
2016-12-20Fix some typospgen
2016-12-20Small code cleanuppgen
2016-12-20Replace strdup by a more secure versionpgen
2016-12-18Ignore EOF when a scancode contains an escape sequence.pgen
2016-12-12Fix the display of tagged words when the 'cursor_on_tag' attribute is not setpgen
2016-12-11Add a new configuration parameter for the cursorpgen
2016-12-10Fix a potential infinite loop.pgen
2016-12-09Use custom fgetc/ungetc to be able to safely push back more than one bytepgen
2016-12-08Manage conflicts between -C, -R, -c, -l, and -tpgen
2016-12-05Improve the help line displaypgen
2016-12-05Fix a stupid bug preventing the -k option from workingpgen
2016-12-04Add a -T option to enable a tagging (multi-selections) modepgen
2016-12-03Fix a bug preventing underlining.pgen
2016-12-03Remove duplicated directives in getopt options string.pgen
2016-12-03Cosmetic changespgen
2016-12-02Clean code and make some variable names more explicitpgen
2016-12-02Fix a small display bugpgen
2016-12-02Add the -? option to only display the synopsyspgen
2016-11-30Reformat and add commentspgen
2016-11-29Eliminates some compiler warnings and fix typospgen
2016-11-29Remove a compiler warning about unused return valuespgen
2016-11-29Adjust the code so that it can be compiled with an ansi compilerpgen
2016-11-29Change the behaviour of The -k optionpgen
2016-11-25Put the searched line in the middle of the displayed window if possiblepgen
2016-11-25Use the function parameterspgen
2016-11-25Remove an unused parameterpgen
2016-11-24Add a -k optionpgen
2016-11-24Fix the -s option and add a summary filepgen
2016-03-28When not in search mode, any key except '?' should end the help modepgen
2016-03-27Fix two bugs in the help line displaying codepgen
2016-03-18Fix an off-by-one error when using -c and -w togetherpgen
2016-03-13Bump to version 0.9.1v0.9.1pgen
2016-03-11Fix the -s option and add a search by regular expression syntaxpgen
2016-03-06Rename the function partition to ll_partitionpgen
2016-03-06Remove unused variablespgen
2016-03-06Clean prototypespgen
2016-03-06Fix a bug when trying to move the cursor uppgen
2016-03-06Reorganize the code a littlepgen
2016-03-01Fix some options interactions and enable the -w option to be useful in column...pgen
2016-03-01Improve code readabilitypgen
2016-03-01Move the rows filtering code in the get_word function as we are in line_mode ...pgen
2016-02-27Remove dead codepgen
2016-02-24Put enum constants in upper casepgen
2016-02-24Remove one pointer's level as the start of interval lists do not changepgen
2016-02-24Ignore the -C column values that are beyond the limitpgen
2016-02-22Add a -R option to select sets of rows and modify -C to use interval listspgen
2016-02-22Add a set of structure and functions to manage intervals of integerspgen
2016-02-22Add and improve the linked list set of functionspgen