summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
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
2018-03-01Fix the corruption of the window display in some casespgen
2018-03-01Adjust some timers valuespgen
2018-03-01Reset search mode when a direction key is hitpgen
2018-03-01Generalize the use of tparmpgen
2018-03-01Improve ESC keystroke detectionpgen
2018-02-28Allow ctrl-L to redraw the windowpgen
2018-02-28Remove (void) casts and replace some printf by fputspgen
2018-02-28Variabilize timers samplingpgen
2018-02-21Tune search colorspgen
2018-02-21Improve the display when searching with direct accesspgen
2018-02-20Fix the processing of the HOME and END keyspgen
2018-02-20Add a new direct access method to select wordspgen
2018-02-15In tag mode auto-tag the current word if no word were taggedpgen
2018-02-14Fix the impossibility to use 't' in search modepgen
2018-02-10Fix a problem when replacing subexpressionspgen
2018-02-10Fix the italic handlingpgen
2018-02-09Manage the lack of color correctlypgen
2018-02-09Take into account some specificities of Solarispgen
2018-02-09Remove some dead codepgen
2018-02-08Make sure the -p option works the same for the -T and -P optionspgen