about summary refs log tree commit diff stats
path: root/tools/termbox/output.inl
Commit message (Collapse)AuthorAgeFilesLines
* 7233 - fix some warnings from gcc 9Kartik Agaram2020-11-131-3/+3
| | | | | | Make strncpy a little less error-prone. Just use memcpy where that suffices: https://stackoverflow.com/questions/56782248/gcc-specified-bound-depends-on-the-length-of-the-source-argument/56782476#56782476
* 5800 - move `browse_trace` to `tools/` dirKartik Agaram2019-12-071-0/+320
a> 75 76 77 78 79