mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-05 05:21:25 -05:00
These functions are to do with being an interactive, terminal-oriented CLI/TUI, so it would be inappropriate for library code in libflatpak to call them, and it would also be inappropriate for daemons like the session and system helpers to call them. In fact all calls to these were already isolated to app/, so we can easily move the terminal-related utilities themselves into app/. As well as shrinking libflatpak, this makes it obvious that the system helper does not actually need to call flatpak_disable_fancy_output(): it does not link any code that would be affected by that API call. Signed-off-by: Simon McVittie <smcv@collabora.com>