summaryrefslogtreecommitdiffstats
path: root/smenu.c
AgeCommit message (Collapse)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
Using cursor_normal is the correct way to undo cursor_invisible.
2018-04-02Improves movement among wordspgen
←, h Previous word ↑, k Previous line PgUp, K (new) Previous pages Home First word of the window CTRL+Home (new), SHIFT+Home (new), CTRL+k (new) First word →, l Next Word ↓, j Next line PgDn, J (new) Next pages End Last word of the window CTRL+End (new), SHIFT+End (new), CTRL+j (new) Last word
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
The regex: . (match everything) is used when the argument is not present.
2018-03-26Fix a small bug in argument parsingpgen
An empty string can lead to a buffer overflow.
2018-03-25Fix and rewrite parts of the numbering codepgen
Summary: - Added the -U option - Added the -D option to the manages -N/-U and -F sub-options - Fixed and simplified the -N and -F options - Cleaned code - Fixed and improved the manual - Fixed various small bugs
2018-03-19If the first direct access fails, we can move to an invalid placepgen
Initialize the previous place to the first valid cursor position.
2018-03-18Introduce the -F optionspgen
2018-03-16-N subexpressions are crypticpgen
Allow full names in addition to their initial.
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
The display can be corrupted when the soft interruption arises when the window is refreshed. Fix that by disabling these interruptions when displaying the window
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
The -N option allows the user to number selected words matching a regular expression and gives him the possibility to have direct access to these words by entering their number.
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