diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-25 10:56:23 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-25 10:56:23 -0400 |
commit | a4e500ddc913f7ed9d56e64339b5acdac78a2a56 (patch) | |
tree | 1978402330c200b20ad196ec1d93b596a460a495 /src | |
parent | d71e71cf7367778df0039d4624b76b2575823a5b (diff) |
libremessages: clean up comments
Diffstat (limited to 'src')
-rwxr-xr-x | src/libremessages | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libremessages b/src/libremessages index 8793a80..7ef5dfb 100755 --- a/src/libremessages +++ b/src/libremessages @@ -7,6 +7,7 @@ # Copyright (c) 2006 by Andras Voroskoi <voroskoi@frugalware.org> # Copyright (c) 2006 by Miklos Vajna <vmiklos@frugalware.org> # Copyright (c) 2011 by Joshua Haase <hahj87@gmail.com> +# Copyright (c) 2012-2013 by Luke Shumaker <lukeshu@sbcglobal.net> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +26,6 @@ # Inherit most functions from devtools # ################################################################################ -# This is only installed in Parabola's distribution of devtools, not Arch's . /usr/share/devtools/common.sh ################################################################################ @@ -39,7 +39,8 @@ export TEXTDOMAINDIR='/usr/share/locale' # Own functions # ################################################################################ -# Set the terminal title +# Usage: term_title This will be the term title +# Sets the terminal title term_title() { local fmt='' case "$TERM" in |