summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2021-12-17Remove bad code and fix a related testpgen
2021-12-10Remove obsolete constants ROW_REGEX_*pgen
2021-12-01Remove an unused global variablepgen
2021-11-26Remove unused argumentspgen
2021-11-26Add some castspgen
2021-11-21Add safe wrappers to manage EINTRpgen
2021-11-16Ignore the useless return value of tputspgen
2021-11-07Generalize the doubly linked List sort functionpgen
2021-11-06Handle potential errors returned by tcsetattrpgen
2021-10-23Rename some variables to limit variable shadowingpgen
2021-10-18Remove an useless testpgen
2021-10-04Prevent an attempt to free released memorypgen
2021-08-29Improve the forgotten/global timeout managementpgen
2021-08-28Add a global timeout which defaults to 15minpgen
2021-08-17Simplify the codepgen
2021-08-05Continue to improve the display of quick helppgen
2021-07-31Start to improve the quick help displaypgen
2021-07-21Avoid memory leaks when invoking helppgen
2021-07-20Typospgen
2021-07-10Fix my_ungetcpgen
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