KpyM Telnet/SSH Server - Forum
Background does not fully paint |
Timothy DuFrene |
Background does not fully paint |
Dec 12 2007 00:02 |
|
I am testing a PsionTeklogix using their TekTerm terminal emulator connecting to KTS. It does not appear to be appropriately painting the background. The login starts with an all white background with black text. Once logged in, the background of new text is black with white text, but the background does not paint for the whole screen or even a complete line. Even CLS does not repaint the whole display, it only effects where text has been written. Is there a way to either start with a black background or fully paint the screen?
|
Kroum Grigorov |
|
Dec 12 2007 10:54 |
|
Is this Telnet session or SSH session ?
Kroum
|
Timothy Dufrene |
response |
Dec 14 2007 21:51 |
|
This behavior has only been tested on SSH. I have not tried telnet.
|
Timothy DuFrene |
Telnet has same background issue |
Dec 14 2007 22:44 |
|
I tested with a telnet instead of ssh connection (same client). The only difference was the telnet did not scroll as the text was outputed to properly display the bottom of the screen, had to scroll to the bottom. Background had the same problem.
|
Kroum Grigorov |
|
Dec 16 2007 13:56 |
|
You can try this:
1) set
[code:1:85d04af631]buff_height=0[/code:1:85d04af631]
this will disable the scrollback buffer, so you should have the new lines painted over the old lines.
2) at the begining of the file "Program Files\KTS\scripts\allusers.bat" add 25 times something like this:
[code:1:85d04af631]echo .....................................
.........................................[/code:1:85d04af631]
This should force KTS to repaint the whole screen upon successfull connection setting the right background color.
Kroum
|
Timothy DuFrene |
That worked |
Dec 17 2007 16:32 |
|
The second option worked. Thanks
|
© 2007 - 2008 Kroum Grigorov