summaryrefslogtreecommitdiff
path: root/src/terminal.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-17 12:22:49 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-17 12:22:49 +0200
commit1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3 (patch)
tree0f76fee5931e8093353f68e268fd459de439e64b /src/terminal.c
parent87ab2001af04726eb8e1e9c4e5922ca968a8cbf8 (diff)
downloadpianobar-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.tar.gz
pianobar-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.tar.bz2
pianobar-1351a0cbebcd01fd5e659d3aa9306c31ddbdc6a3.zip
Removed @author and @added as they are tracked by git
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 2b13e24..1bbface 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -24,8 +24,6 @@ THE SOFTWARE.
#include <stdio.h>
/* en/disable echoing for stdin
- * @author PromyLOPh
- * @added 2008-06-15
* @param 1 = enable, everything else = disable
*/
void termSetEcho (char enable) {
@@ -42,8 +40,6 @@ void termSetEcho (char enable) {
/* en/disable stdin buffering; when enabling line-buffer method will be
* selected for you
- * @author PromyLOPh
- * @added 2008-06-15
* @param 1 = enable, everything else = disable
*/
void termSetBuffer (char enable) {