summaryrefslogtreecommitdiffstats
path: root/smenu.1
AgeCommit message (Collapse)Author
13 daysAdd a -hbar|-shroll_bar optionHEADmasterpgen
It can be useful to always have a horizontal scroll bar when certain lines are truncated in column or line mode, even if no lines are currently truncated among those displayed.
2024-02-18Initial support for UTF-8 ext. grapheme clusterspgen
2024-01-25Add a scroll bar below the window in col/line modepgen
This horizontal scrollbar is clickable when the mouse is available, and adds a new way of navigating through the words displayed.
2023-11-22Correct typos in the manualpgen
2023-10-08Rework the code to go to the beginning/end of linepgen
2023-09-20Fix a misnamed option and a typo in the manualpgen
2023-08-03Do not allow regular expression ranges in selectorspgen
2023-07-20Extend the -start_pattern optionpgen
Although only the first matching word is highlighted, the other matching words can now be accessed using the Next/Previous navigation keys.
2023-07-09Add some clarification to the manual.pgen
2023-07-05[Manual] example for the s sub-option of -datapgen
2023-06-21Add a new example to the manualpgen
2023-06-16Improve the manualpgen
2023-06-04Small improvements to the manualpgen
2023-05-30Give more examples for the -D optionpgen
2023-05-26Always pad non numbered words in col/line/tab_modepgen
2023-05-20Start to improve the -D option descriptionpgen
Give some examples to help use this option.
2023-05-03Clarify the description of the -W and -L optionspgen
2023-04-30New feature: define attributes for columns/rowspgen
The -C and -R options now have a new directive that allows you to define attributes (colors, ...) for a set of rows and columns.
2023-04-22Allow more delimiters in attributes before togglespgen
'.' and '+' can now be used in place of ','.
2023-04-11Add an alignment example in the manualpgen
2023-04-10Update the manual and add some alignment testspgen
2023-04-10Make the order of -C/-R matter on the command linepgen
This modifies the order of precedence of alignments for rows and columns. The manual was also adjusted.
2023-04-04Update the manualpgen
2023-03-31Slightly improve the manualpgen
2023-03-31Change the manual to mention the argument of -sbpgen
2023-03-30Add -the -sb|-sbw|-show_blank_words optionpgen
This option makes the blank words visible and usable even when we are not in column mode.
2023-03-22Allow words to be aligned in column mode.pgen
It is also possible to align all the words in a set of columns or rows. Updated options: -C, -R New option: -al|-align Updated manual.
2023-01-28Syntax corrections in the manual pagepgen
2022-12-28Rephrase some of the sentences in the manualpgen
2022-12-19Add a Z command to tag a delimited zone of wordspgen
Make sure that the use of CTRL+right mouse button uses the same code when the mouse is usable.
2022-12-15Improve the manual on the order of word pinningpgen
2022-12-05Make multiple taggings more compliant with pinningpgen
2022-12-05Remove a false statement in the manualpgen
2022-11-30Improve the part of the manual related to taggingpgen
2022-11-26Fix typos in the manualpgen
Thanks to Matteo Cypriani <mcy@lm7.fr> for the patch.
2022-11-20Improve the manual and the help systempgen
2022-11-12Fix the tagging code and update the manualpgen
2022-11-07Improve tagging/pinning (multiple selections)pgen
It is now possible to select a range of words by row, column or between words. Either the mouse or the keyboard can be used.
2022-10-23Add a 'u' command to untag a tagged wordpgen
2022-10-01Improve and update the mouse part of the manualpgen
2022-09-11Improve the manualpgen
2022-09-06Improve the manualpgen
2022-08-31Add mouse supportpgen
- Direct selection of words by clicking. - Tagging/untagging of words by clicking. - Scrolling by clicks and wheel. - Validation of the selection with a double-click. - Shifting the content of the windows to the left or to the right, also added new keyboard keys < and > for that. Three mouse tracking protocols are supported: X11 (1000) and X11 SGR (1006) and urxvt (1015). The X11 protocol limits lines and columns to 223 (e.g. screen < 4.7.0) The other supported protocols don't have this limitation. New options to disable the mouse, change the double-click delay and remap the buttons of the mouse are available. On (virtualised?) (Free)BSD it may be necessary to disable buttons 8 and 9, refer to the manual for details.
2022-08-24Improve and fix the substitution codepgen
2022-07-25Update the manual for the -lim|-limits optionpgen
2022-06-04Fix comments in smenu.1pgen
2022-06-02Switch to Mozilla Public License 2.0pgen
2022-05-18Fix typos in manualpgen
2022-03-25Rewrite some sentences from the users's manualpgen
2022-02-10Add the "invisible" (n) style attributepgen