diff chansession.h @ 40:b4874d772210

- Added terminal mode handling etc for the client, and window change - Refactored the terminal-mode handling for the server - Improved session closing for the client
author Matt Johnston <matt@ucc.asn.au>
date Sun, 01 Aug 2004 08:54:01 +0000
parents 7f77962de998
children 18eccbfb9641
line wrap: on
line diff
--- a/chansession.h	Fri Jul 30 12:29:53 2004 +0000
+++ b/chansession.h	Sun Aug 01 08:54:01 2004 +0000
@@ -39,7 +39,6 @@
 	int slave;
 	unsigned char * tty;
 	unsigned char * term;
-	unsigned int termw, termh, termc, termr; /* width, height, col, rows */
 
 	/* exit details */
 	int exited;
@@ -76,6 +75,9 @@
 		struct ChanSess * chansess);
 void addnewvar(const char* param, const char* var);
 
+void cli_send_chansess_request();
+void cli_tty_cleanup();
+
 void svr_chansessinitialise();
 extern const struct ChanType svrchansess;