From 8952573eddd52297cfd88e5a7ad5525fa90400a2 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Fri, 6 Nov 2009 15:25:20 +0000 Subject: [PATCH] Bug 294327 - [terminal][regression] After logging in, the remote prompt is hidden --- org.eclipse.tm.terminal-feature/feature.xml | 15 +++++++++++++-- org.eclipse.tm.terminal.sdk-feature/feature.xml | 15 +++++++++++++-- org.eclipse.tm.terminal/META-INF/MANIFEST.MF | 2 +- .../terminal/textcanvas/TextCanvas.java | 17 +++++++++++++---- 4 files changed, 40 insertions(+), 9 deletions(-) diff --git a/org.eclipse.tm.terminal-feature/feature.xml b/org.eclipse.tm.terminal-feature/feature.xml index bdfd78be801..b2858e5bc40 100644 --- a/org.eclipse.tm.terminal-feature/feature.xml +++ b/org.eclipse.tm.terminal-feature/feature.xml @@ -1,8 +1,19 @@ - + + diff --git a/org.eclipse.tm.terminal.sdk-feature/feature.xml b/org.eclipse.tm.terminal.sdk-feature/feature.xml index 7aa2b7c3ac1..1114a8f9688 100644 --- a/org.eclipse.tm.terminal.sdk-feature/feature.xml +++ b/org.eclipse.tm.terminal.sdk-feature/feature.xml @@ -1,8 +1,19 @@ - + + diff --git a/org.eclipse.tm.terminal/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal/META-INF/MANIFEST.MF index 432fbcec826..0176cf33bf4 100644 --- a/org.eclipse.tm.terminal/META-INF/MANIFEST.MF +++ b/org.eclipse.tm.terminal/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true -Bundle-Version: 3.0.1.qualifier +Bundle-Version: 3.0.100.qualifier Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java index d42eb2a3aa6..8e3232dd95a 100644 --- a/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java +++ b/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/TextCanvas.java @@ -8,7 +8,8 @@ * Contributors: * Michael Scharf (Wind River) - initial API and implementation * Michael Scharf (Wind River) - [240098] The cursor should not blink when the terminal is disconnected - * Uwe Stieber (Wind River) - [281238] The very first few characters might be missing in the terminal control if opened and connected programmatically + * Uwe Stieber (Wind River) - [281328] The very first few characters might be missing in the terminal control if opened and connected programmatically + * Martin Oberhuber (Wind River) - [294327] After logging in, the remote prompt is hidden *******************************************************************************/ package org.eclipse.tm.internal.terminal.textcanvas; @@ -185,7 +186,7 @@ public class TextCanvas extends GridCanvas { int columns=bonds.width/getCellWidth(); // when the view is minimised, its size is set to 0 // we don't sent this to the terminal! - if(lines>0 && columns>0 || init) { + if((lines>0 && columns>0) || init) { if(columns