summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-01Bump to release 1.4.0HEADv1.4.0masterpgen
2024-04-01Make sure to initialiize all togglespgen
2024-04-01Fix a typo in the lvm_menu example READMEpgen
2024-03-25Update the Changelogpgen
2024-02-29Rewrite some phases of the README filepgen
2024-02-23Update the TODO filepgen
2024-02-18Initial support for UTF-8 ext. grapheme clusterspgen
2024-02-17Add an UTF-8 testpgen
2024-02-11Update the README.rst file about UTF-8 encodingpgen
2024-02-07Add a long_lines test and fix scrolling testpgen
2024-02-06Rename get_bytes/_word into read_bytes/_wordpgen
2024-02-06Take UTF-8 spaces into account for empty stringspgen
2024-02-04Fix hor. s. bar when term has no column addressingpgen
2024-01-30Fix animations in READMEpgen
2024-01-28Demonstration animations updatepgen
2024-01-26Typopgen
2024-01-25Initialize some variables before usepgen
2024-01-25Add a scroll bar below the window in col/line modepgen
2024-01-22Fix a compiler warning.pgen
2024-01-20[utils.c] Comment the hexdump functionpgen
2024-01-11Fix misleading commentspgen
2024-01-07Fix a -Wpointer-sign gcc warningpgen
2024-01-03Normalize NULLity tests and fix a logical errorpgen
2023-12-27Fix a potential dereferencing of a NULL pointerpgen
2023-12-27Add a hexdump function in utils.c for debuggingpgen
2023-12-27Typopgen
2023-12-27Remove duplicates in the .clang-format filepgen
2023-12-09Add the const qualifier to some arrayspgen
2023-11-30Typopgen
2023-11-30Simplification of the is_integer functionpgen
2023-11-22Correct typos in the manualpgen
2023-11-17[ctxopt.c] make sure variables are initializedpgen
2023-11-12Typospgen
2023-11-05Correction of cursor attribute on search failurepgen
2023-11-05Manange dup and dup2 errorspgen
2023-10-30Remove an unused variable definitionpgen
2023-10-25Add some "const" attributes in utils.cpgen
2023-10-19Cleaning up the utf8.[ch] filespgen
2023-10-14Add tests for moving to the start or end of linepgen
2023-10-08Rework the code to go to the beginning/end of linepgen
2023-10-06Start code to go to the first/last word of a linepgen
2023-09-30Correct some typospgen
2023-09-25Correct a misleading commentpgen
2023-09-20Fix a misnamed option and a typo in the manualpgen
2023-09-15Improve the strprint functionpgen
2023-09-11Reformatting source codepgen
2023-09-08Be sure to initialize a variable before using itpgen
2023-09-03Add a TODOpgen
2023-08-20Bump to release 1.3.0v1.3.0pgen
2023-08-09Improve a commentpgen