Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-10 | print_file_contents: allocate enough to include \0 | Sam Newbold | |
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 | |
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 |