summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
2018-07-08Add special cases for memmem, memrmem and strcasecmppgen
2018-07-08Major improvements to the word search mechanismpgen
2018-07-08Add mb_next and mb_prev helper functionspgen
2018-07-08Add bit array manipulation macrospgen
2018-05-17[-a] add a setting for cursor_on_tagged_word (ct)pgen
2018-05-14Do not search for UTF-8 chars in empty patternspgen
2018-05-14[-b] Fix a bug concerning non-printable characterspgen
2018-05-11[-V] Output version on standard outputpgen
2018-04-20Fix a logic error in the direct access codepgen
2018-04-20Handle multiple instances of the same directive in the -D optionpgen
2018-04-18Add some missing prototypespgen
2018-04-18Make sure that x version of strdup and malloc are usedpgen
2018-04-18Add the decorate directive (d) to -Dpgen
2018-04-17Fix a small bug in the horizontal scrolling codepgen
2018-04-15Clean up the allocated gutter array before leaving in case of errorpgen
2018-04-14Fix an horizontal scrolling issue when going to the last wordpgen
2018-04-14Add some more terminfo sequencespgen
2018-04-14Remove a useless testpgen
2018-04-14Fix the right margin and add a degraded method to display itpgen
2018-04-14Fix a FreeBSD compatibility issue.pgen
2018-04-08Deprecate all but the e and i directives in Rows and Columns selectionspgen
2018-04-07Improve the features of the option -g (gutter)pgen
2018-04-04cursor_visible is not the opposite of cursor_invisiblepgen
2018-04-02Improves movement among wordspgen
2018-03-27Improve the documentation and make sure it matches the codepgen
2018-03-26Cosmeticpgen
2018-03-26Make the argument of -N and -U optionalpgen
2018-03-26Fix a small bug in argument parsingpgen
2018-03-25Fix and rewrite parts of the numbering codepgen
2018-03-19If the first direct access fails, we can move to an invalid placepgen
2018-03-18Introduce the -F optionspgen
2018-03-16-N subexpressions are crypticpgen
2018-03-15Fix a potential issue due to an uninitialized variablepgen
2018-03-11Direct access keys must only work when it is enabledpgen
2018-03-11Rename some variables for coherencypgen
2018-03-10Fix a bug in the columns inclusion logicpgen
2018-03-10Do not number empty words in column modepgen
2018-03-08Remove a erroneous ; after an ifpgen
2018-03-08Remove a useless declarationpgen
2018-03-08Remove deprecated directives in -C and -Lpgen
2018-03-07Allow UTF-8 characters before and after direct access numberspgen
2018-03-03Fix the periodic message refresh when using -xpgen
2018-03-03Make sure the window is fully redrawn after resizingpgen
2018-03-02Clean the code and avoid potential segfaultspgen
2018-03-01Fix words coloringpgen
2018-03-01Fix some bad printfpgen
2018-03-01The winch timer starts too earlypgen
2018-03-01Improve Solaris compatibilitypgen
2018-03-01Cosmeticpgen
2018-03-01Hopefully Fix the terminal resizing codepgen