From 00cace091f364922739ceb9b91604a143f879b5c Mon Sep 17 00:00:00 2001 From: Lars Doelle Date: Sat, 22 Jan 2000 17:58:12 +0000 Subject: [PATCH] resolved a cvs conflict. svn path=/trunk/kdebase/konsole/; revision=39006 --- CONTRIBUTORS | 6 +++--- ChangeLog | 2 ++ include/TEShell.h | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 571dcebe..3a1540cc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,4 @@ CONTRIBUTORS. See ChangeLog also -- Dan Pilone - - SGI Port - Warwick Allison - 16 color SGR codes (xterm-83) - schema files seeked also in ~/.kde/share/apps/konsole @@ -25,10 +23,12 @@ CONTRIBUTORS. See ChangeLog also - bug fixing - Antonio Larrosa - transparency/tint +- Dan Pilone + - SGI Port - Peter Silva - bug fixing - decent marking - Kevin Street - FreeBSD port - Lotzi Boloni - -Fast switch between sessions with the same schema. \ No newline at end of file + - Fast switch between sessions with the same schema. diff --git a/ChangeLog b/ChangeLog index 9c7a895a..9a837aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +19 Jan 2000 +- fixed a size problem with OSF/1 v3.2 16 Jan 2000 - added privacy code 1049. - reverted to TERM=xterm. diff --git a/include/TEShell.h b/include/TEShell.h index 529c516a..f023c019 100644 --- a/include/TEShell.h +++ b/include/TEShell.h @@ -16,6 +16,7 @@ #ifndef SHELL_H #define SHELL_H +#include #include #include @@ -84,6 +85,8 @@ Q_OBJECT private: + struct winsize wsize; + int fd; pid_t comm_pid; QSocketNotifier* mn; @@ -91,8 +94,6 @@ Q_OBJECT bool needGrantPty; char ptynam[50]; // "/dev/ptyxx" | "/dev/ptmx" char ttynam[50]; // "/dev/ttyxx" | "/dev/pts/########..." - - winsize wsize; }; #endif