diff options
Diffstat (limited to 'src/cmdline/transient_message.h')
-rw-r--r-- | src/cmdline/transient_message.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmdline/transient_message.h b/src/cmdline/transient_message.h index 2055d965..b8e24fb7 100644 --- a/src/cmdline/transient_message.h +++ b/src/cmdline/transient_message.h @@ -46,6 +46,12 @@ namespace aptitude * line. */ virtual void preserve_and_advance() = 0; + + /** \brief Replace the currently displayed text with the given + * message, which will not be clipped if it exceeds the terminal + * width, and advance to the next line. + */ + virtual void display_and_advance(const std::wstring &text) = 0; }; class terminal; |