Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | print_file_contents: Resolve tilde | Orestis Floros | |
Fixes #350 | |||
2020-05-01 | Move general functions scalloc, sstrdup out of i3status.c | Orestis Floros | |
2020-04-03 | use format_placeholder for file_content | Felix Buehler | |
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 |