Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | themes: simplify empty macros, remove do { } while(0) | Hiltjo Posthuma | |
Multiple function calls should still be nested in a do { } while(0), but this is hopefully obvious looking at the other lines. While testing, gcc with -O0 created the same binary. clang added a single jmp instruction. | |||
2021-11-26 | import sfeed_curses | Hiltjo Posthuma | |
Import sfeed_curses into sfeed. The files are based of the commit 8e151ce48b503ad0ff0e24cb1be3bc93d6fbd895 |