comparison src/termchar.h @ 83332:6c13700d1c13

Merged from miles@gnu.org--gnu-2005 (patch 469) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-469 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-372
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 05 Jul 2005 22:22:24 +0000
parents 61487e73bbc2 a8fa7c632ee4
children 9216636c02fc
comparison
equal deleted inserted replaced
83331:efa9e4606e7e 83332:6c13700d1c13
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02110-1301, USA. */
20 20
21 /* Each termcap frame points to its own struct tty_output object in 21 /* Each termcap frame points to its own struct tty_output object in
22 the output_data.tty field. The tty_output structure contains the 22 the output_data.tty field. The tty_output structure contains the
23 information that is specific to termcap frames. */ 23 information that is specific to termcap frames. */
24 24