]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
interactive: Introduce i9e_print_status_bar().
authorAndre Noll <maan@systemlinux.org>
Thu, 12 Apr 2012 04:20:42 +0000 (06:20 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:28 +0000 (20:28 +0100)
When operating in single key mode, the users of the i9e API
may write a single line, called status bar, to stderr.

This patch adds a new public function to the i9e subsystem for
this purpose. It honors the width of the terminal and shortens
the given status bar string to fit in one line if necessary.


No differences found