1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
This commit is contained in:
Nick Patavalis
2018-01-17 20:44:48 +02:00
parent 58e55a835f
commit 0ad57a2142
2 changed files with 5 additions and 3 deletions

5
term.c
View File

@ -4,9 +4,10 @@
*
* General purpose terminal handling library.
*
* Nick Patavalis (npat@efault.net)
* by Nick Patavalis (npat@efault.net)
*
* originaly by Pantelis Antoniou (panto@intranet.gr), Nick Patavalis
* originaly by Pantelis Antoniou (https://github.com/pantoniou),
* Nick Patavalis
*
* Documentation can be found in the header file "term.h".
*

3
term.h
View File

@ -81,7 +81,8 @@
*
* by Nick Patavalis (npat@efault.net)
*
* originaly by Pantelis Antoniou (panto@intranet.gr), Nick Patavalis
* originaly by Pantelis Antoniou (https://github.com/pantoniou),
* Nick Patavalis
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as