From 53a21f61d99d62e62412e1b5ca9bde085b25bde5 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 22 Oct 2002 14:25:05 +0000 Subject: set $TERM in MyPty according to the terminal type emulation_handler set the keyfilter right for the right terminal filetransfer fix warnings profile add Linux, XTerm as Emulation options TerminalWidget add Linux,XTerm --- (limited to 'noncore/apps/opie-console/filetransfer.cpp') diff --git a/noncore/apps/opie-console/filetransfer.cpp b/noncore/apps/opie-console/filetransfer.cpp index b81c2a2..221838c 100644 --- a/noncore/apps/opie-console/filetransfer.cpp +++ b/noncore/apps/opie-console/filetransfer.cpp @@ -60,6 +60,7 @@ void FileTransfer::sendFile( const QString& file ) { char* typus; switch(m_type ) { + default: case SZ: typus = ""; break; @@ -232,7 +233,7 @@ void FileTransfer::slotProgress( const QStringList& list ) { } void FileTransfer::cancel() { if(m_pid > 0) ::kill(m_pid,9 ); - + } void FileTransfer::slotExec() { char buf[2]; -- cgit v0.9.0.2