Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-10 | print_file_contents: allocate enough to include \0 | Sam Newbold | 1 | -1/+1 | |
related to #331 Previously, if max_chars was read, the null byte would be written past the end of buf. | |||||
2019-02-21 | Added function to print content from file (#331) | Dennis Vesterlund | 1 | -0/+1 | |
Added a function to print file contents to status bar without newlines. Added tests for print file contents function Added manpage entry for file contents |