summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2019-03-30Silent compiler warningspgen
2019-03-30Improve error messages and add a FAQpgen
2019-03-30Rework the usage mechanismpgen
2019-03-30Take care of non async-signal safe functionspgen
2019-03-27Output help and usage to stdoutpgen
2019-03-25Improve the PgUp/PgDn scrollingpgen
2019-03-17Add en empty line after the messagepgen
2019-03-17Allow to change the message (title) appearancepgen
2019-03-17Fix typospgen
2019-03-06Fix SIGINT handlingpgen
2019-03-06Allow to move to the start/end of the current linepgen
2019-03-04Rewrite move_up/move_down and add helper functionspgen
2019-01-20Make the argument of -n optional, 0 by defaultpgen
2019-01-20Rename some parameterspgen
2019-01-20Initialize all variables before usepgen
2019-01-20Create the move_{left,right,up,down} functionspgen
2019-01-20Cosmetic, typos and commentspgen
2018-10-11Fix the manual and the usage functionpgen
2018-10-11Various small changespgen
2018-10-08Rename ptrlist.[ch] to list.[ch]pgen
2018-10-08Add/improve comments, reformat and clarify codepgen
2018-10-01Rename some variables to avoid a name clashpgen
2018-10-01Create getopt.[ch]pgen
2018-10-01Add comments and remove spurious ones.pgen
2018-10-01Create utils.[ch]pgen
2018-10-01Create fgetc.[ch]pgen
2018-10-01Create smenu.hpgen
2018-10-01Improve error reporting on missing /dev/ttypgen
2018-10-01Assume a vt100 terminal if TERM is unsetpgen
2018-10-01Create utf8.[ch] and change code accordinglypgen
2018-10-01Fix a bug when forcing an ending pattern searchpgen
2018-10-01Fix bitmap update on Home hit in numbered modepgen
2018-10-01Simplify the codepgen
2018-10-01Improve the o sub-option of the -D optionpgen
2018-10-01Start splitting the code into different filespgen
2018-09-04Raise the default word length limit to 512pgen
2018-09-04Fix a potential variable naming collisionpgen
2018-08-29Fix some compiler warningspgen
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