summaryrefslogtreecommitdiffstats
path: root/TODO
AgeCommit message (Collapse)Author
2024-02-23Update the TODO filepgen
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-09-03Add a TODOpgen
Things to do before the next version.
2022-05-19Prepare for 1.0.0 RC1 releasepgen
2019-03-30Take care of non async-signal safe functionspgen
The signal handler must not contain non async-signal safe functions in it, even if the program exits after having calling one of them. Closes properly the issue #13
2018-10-01Add a low priority item in the TODO (GH issue #13)pgen
2018-09-04Bump to version 0.9.14v0.9.14pgen
2018-05-11Add the first roll of an automated testing system.pgen
2017-12-10A giant commit because a lot of things have been rewritten/enhanced/fixedv0.9.10pgen
- Bump to version 0.9.10 * The words acquisition is rewritten and splitted in multiple phases * Add the capacity to (de)select rows an columns containing regexes * -i, -e, -C and -R can be used more than once and have a cumulative effect * Bugfix: -s is able to jump to non selectable words * Bugfix: The attributes are not overloaded when reading configuration files * Bugfix: the right bar is too far right in some cases. * Bugfix: the right shift indicator is omitted in some cases * Add a -x|-X option to set a timeout in seconds * Add a -f option to select an alternative configuration file * Add a -a option to set the attributes of the displayed elements * Add more controls in the selection parser * smenu can now read words directly from a file given as parameter * Rewrite the replace function used by -S/-I/-E with a more sed-like one * Searches should always consider the visual aspect of words (-S/-I/-E)
2015-10-18Rework the message display (-m) code and make it multilines capablepgen
2015-10-05Understand quotes and special characters in the input streampgen
2015-08-09First commit.v0.9p-gen