summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Expand)Author
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
2018-02-07Add -p to force the selection of the last word in tag modepgen
2018-02-05Adopt the NO_COLOR standardpgen
2018-02-04Make sure the words pinned are output in the order of pinningpgen
2018-02-04Add a missing commentpgen
2018-02-02Add -P as a -T alternative with no implicit taggingpgen
2018-02-01Partially revert the previous commit (e6b8) as it breaks UTF-8pgen
2018-01-31Use isgraph if it is available and an alternative otherwisepgen
2018-01-28The cursor is not always restored correctlypgen
2018-01-26Allow the \u notation in the output separator of tagged wordspgen
2018-01-26Fix the method of identifying an empty wordpgen
2018-01-24Cosmetic and typospgen
2018-01-24Introduce the \u notation for UTF-8 hex sequencespgen
2018-01-23isempty should consider all non printable characters as spacespgen
2018-01-19Make sure that non-printable chars in words are expandedpgen
2018-01-19Keep non selectable blank words to allow special effectspgen