summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2021-06-30Cosmeticpgen
2021-06-25Typos in commentspgen
2021-06-19Correctly handles the order of the -i/-e optionspgen
2021-06-01Remove an unused variablepgen
2021-05-24Do not use 0 instead of NULLpgen
2021-05-22Keep working on the commentspgen
2021-05-02Add comments about "fallthroughs" in casespgen
2021-04-27Various comment fixespgen
2021-04-16Set the default value of the blink indicatorpgen
2021-04-11Add an early substitution option -ES similar to -Spgen
2021-04-08Consider spec. levels when printing searched wordspgen
2021-04-06Fix a fatal error in the direct access codepgen
2021-03-27Add an option to alter the tag mode behaviourpgen
2021-03-20Allow 4 more special levels (-1, -2, ..., -9)pgen
2021-03-08Improve the integer verification function.pgen
2021-02-26Add the missing blink attributepgen
2021-02-19Change the implementation of utf8_validatepgen
2021-02-15Add the possibility to overload initial limitspgen
2021-02-14Make the error messages more similarpgen
2021-02-10A new search session is now forgetful by defaultpgen
2021-02-05Fix a logical error that could lead to a crashpgen
2021-01-30Do not allow input when a refresh is scheduled.pgen
2021-01-29Make sure that smenu can be built and run on AIX.pgen
2021-01-27Fix a weird display corruptionpgen
2021-01-26Make sure SIGALRM is properly managed.pgen
2021-01-25Typoespgen
2021-01-24Initialize the buf array in get_cursor_positionpgen
2021-01-24Improve and simplify the refresh mechanism.pgen
2021-01-23Improve the function that gets the cursor positionpgen
2021-01-02Fix a display problem in a very specific casepgen
2021-01-02Improve the code to get the cursor positionpgen
2020-12-30Add and fix commentspgen
2020-12-23Fix a commentpgen
2020-12-09Fix commentspgen
2020-12-06Rename some data structures for coherencypgen
2020-12-06Move part of the init. code into a functionpgen
2020-12-03Use a safer read implementationpgen
2020-12-03Fix commentspgen
2020-11-27Improve commentspgen
2020-11-17Display usage(s) on command line parsing errorpgen
2020-11-14Use the "display_usage_on_error" param. of ctxoptpgen
2020-11-13Improve commentspgen
2020-11-13Move code to a more appropriate placepgen
2020-11-11Simplify the code to create inc./exc. RE patternspgen
2020-11-11Treat \U in input as a special characterpgen
2020-11-07Make smenu mimic Unix shell signal handling.pgen
2020-11-06Clean the timeout (-x|-X) management codepgen
2020-11-05Add a option to define a string to be output on ^Cpgen
2020-10-27Exit when re-opening /dev/tty failspgen
2020-10-26Traps interesting signals only when neededpgen