mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
452e1d302e
Allow -1 in move specification to remain where we are on that axis (#210), necessary for context-sensitive aligned output. Add _aligned forms to printf and vprintf. Invert various output functions so that simpler form is static inline wrapper around more complicated form, rather than complicated form being a static inline composition, facilitating atomic move+output. All output forms now have a simple form (no alignment, placement at cursor), an _aligned() form, and a _yx() form. |
||
---|---|---|
.. | ||
notcurses.h |