summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2018-08-22Change the behaviors of n,N and add s and S cmdspgen
2018-08-17Fix typos in commentspgen
2018-08-17Improve fuzzy searchpgen
2018-08-14Add a special "full height" value to the -n optionpgen
2018-08-12Fix a FreeBSD compatibility issuepgen
2018-08-12Make ^A/^Z the same as Home/End is search modepgen
2018-08-05Add commentspgen
2018-08-05Make sure the -D's 'k' directive default is 'keep'pgen
2018-08-04Fix an off-by-one small bugpgen
2018-08-04Add a memmove base version of strcpypgen
2018-08-04Add a 'h' directive to the -D optionpgen
2018-08-02Add the s sub-options to the -D optionpgen
2018-07-28Do not return success when no replacement was donepgen
2018-07-26Fix typospgen
2018-07-26Fix multiple search bugs and improve the manualpgen
2018-07-24Make sure the starting/ending highlight is correctpgen
2018-07-23Fix a logic bug using End/Home while searchingpgen
2018-07-21Remove unused functions my_memmem and my_memrmempgen
2018-07-21Fix a performance issue in the fuzzy search methodpgen
2018-07-21Fix the fuzzy bitmap cleaning mechanismpgen
2018-07-21Make prefix search act like other methodspgen
2018-07-21Specialize insert_sorted function by renaming itpgen
2018-07-21Improve signals handlingpgen
2018-07-20Remove debug codepgen
2018-07-20Fix format relative warningspgen
2018-07-19Add a fuzzy debug functionpgen
2018-07-15Update the help function (?)pgen
2018-07-15Typos, Fix comments and silent compiler warningspgen
2018-07-11Fix const warnings and remove unused variablespgen
2018-07-11Change the behaviour of 'T' and introduce 'U'pgen
2018-07-11Fix the color mechanismpgen
2018-07-11Fix the cursor display after an ESC hitpgen
2018-07-11Simplify the codepgen
2018-07-11Fix a display bug in substring searchpgen
2018-07-11Fix tag attribute displaypgen
2018-07-11Add the prefix/suffix affinity when searchingpgen
2018-07-11Typospgen
2018-07-11Improve the color systempgen
2018-07-11First attempt to fix warnings about typespgen
2018-07-11Fix the search memory mechanismpgen
2018-07-11Remove unused variablespgen
2018-07-11Add missing prototypes and some search testspgen
2018-07-11Various fixes and improvementspgen
2018-07-11Beep function improvementspgen
2018-07-08Add a 'beep' system for mismatches in search modepgen
2018-07-08Fix ESC behaviour when in search mode without matchpgen
2018-07-08There is no message when the terminal is too smallpgen
2018-07-08Change default colors to try to go well everywherepgen
2018-07-08Code cleaningpgen
2018-07-08Searching for the next matching word can segfaultpgen