guido+slrn@0: slrn Terminal Title Macro guido+slrn@0: ========================= guido+slrn@0: guido+slrn@0: The slrn terminal title macro displays user-defined information in the guido+slrn@0: terminal title if supported by the terminal. guido+slrn@0: guido+slrn@0: Usage guido+slrn@0: ----- guido+slrn@0: guido+slrn@0: The slrn terminal title macro can be used by including it in the .slrnrc user guido+slrn@0: initialization file via the `interpret` command, e.g. provided that the file guido+slrn@0: terminal-title.sl is located in one of the directories specified by the guido+slrn@0: macro_directory configuration variable: guido+slrn@0: guido+slrn@0: interpret "terminal-title.sl" guido+slrn@0: guido+slrn@0: The terminal title macro can be configured through the following slang guido+slrn@0: variables: guido+slrn@0: guido+slrn@0: TerminalTitle->article_title_format guido+slrn@0: : The string displayed in the terminal title in article mode. The string guido+slrn@0: may contain certain substitution identifiers in order to insert guido+slrn@0: information from slrn at runtime. guido+slrn@0: guido+slrn@0: TerminalTitle->group_title_format guido+slrn@0: : The string displayed in the terminal title in group mode. The string guido+slrn@0: may contain certain substitution identifiers in order to insert guido+slrn@0: information from slrn at runtime. guido+slrn@0: guido+slrn@0: Substitution identifiers always start with a "%" sign. The following guido+slrn@0: substitution identifiers can be referenced from guido+slrn@0: TerminalTitle->article_title_format and TerminalTitle->group_title_format: guido+slrn@0: guido+slrn@0: v guido+slrn@0: : The slrn version. guido+slrn@0: guido+slrn@0: s guido+slrn@0: : The name of the current news server. guido+slrn@0: guido+slrn@0: n guido+slrn@0: : The name of the current newsgroup. guido+slrn@0: guido+slrn@0: Contact guido+slrn@0: ------- guido+slrn@0: guido+slrn@0: Please send any feedback, translations or bug reports via email to guido+slrn@0: . guido+slrn@0: guido+slrn@0: Bug Reports guido+slrn@0: ----------- guido+slrn@0: guido+slrn@0: When sending bug reports, please always mention the exact version of the guido+slrn@0: macro with which the issue occurs as well as the version of slrn, slang and guido+slrn@0: the operating system you are using and make sure that you provide sufficient guido+slrn@0: information to reproduce the issue and include any input, output, any error guido+slrn@0: messages and slang stack traces. guido+slrn@0: guido+slrn@0: License guido+slrn@0: ------- guido+slrn@0: guido+slrn@0: Except otherwise noted, all files are Copyright (C) 2009 Guido Berhoerster and guido+slrn@0: distributed under the following license terms: guido+slrn@0: guido+slrn@0: Copyright (C) 2009 Guido Berhoerster guido+slrn@0: guido+slrn@0: Permission is hereby granted, free of charge, to any person obtaining guido+slrn@0: a copy of this software and associated documentation files (the guido+slrn@0: "Software"), to deal in the Software without restriction, including guido+slrn@0: without limitation the rights to use, copy, modify, merge, publish, guido+slrn@0: distribute, sublicense, and/or sell copies of the Software, and to guido+slrn@0: permit persons to whom the Software is furnished to do so, subject to guido+slrn@0: the following conditions: guido+slrn@0: guido+slrn@0: The above copyright notice and this permission notice shall be included guido+slrn@0: in all copies or substantial portions of the Software. guido+slrn@0: guido+slrn@0: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, guido+slrn@0: EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF guido+slrn@0: MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. guido+slrn@0: IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY guido+slrn@0: CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, guido+slrn@0: TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE guido+slrn@0: SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.