client: Support $if Empire in .inputrc

Set the application name to "Empire" to support Empire-specific
customization of readline.  Use in .inputrc looks like this:

    $if Empire
    set bell-style audible
    set history-size 500
    else
    set bell-style visible
    $endif

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2015-12-13 17:39:22 +01:00
parent ba484d1389
commit 6a0f9d9874
2 changed files with 3 additions and 1 deletions

View file

@ -91,7 +91,8 @@ The filename for the \fBreadline\fP startup file, overriding the
default of \fI~/.inputrc\fP (see \fBREADLINE\fP below).
.SH READLINE
When compiled with the GNU \fBreadline\fP library, the client supports
fancy line editing and persistent history. See the readline
fancy line editing and persistent history. Its application name for
application-specific settings is \fBEmpire\fP. See the readline
documentation for details.
.SH "SEE ALSO"
\fIemp_server\fR(6), \fIreadline\fR(3).