VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
3.63 problems with screen colors etc. (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: 3.63 problems with screen colors etc.
#953
3.63 problems with screen colors etc. 19 Years, 2 Months ago  
Branching off of another thread:

I thought I had 3.63 restabilized, but I guess I was mistaken. I've gotten a particular connection all set up again as it was, but periodically strange things happen. The screen font goes from 11 point to 7 point, it loses track of the font I have designated on the screen (still there in options), it reverts to ANSI instead of connection colors, it goes from 80x25 fixed to 80x24 fixed. I thought this was coming from a shell script issuing a tput is2, which is defined as is2=E[?3lE[?7hE>E[?1lE[?4lE)0, but now it seems to happen every time a new prompt is displayed.

PS1='[33[1;7;34m]u[33[1;7;34m]@h:[33[1;7;34m]w[33[0m] '
tamhas (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Thomas
 
The administrator has disabled public write access.  
#954
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
Also from the prior thread:

Further experimentation reveals that

PS1='[33[1;7;34m]u' is sufficient to produce the effect.

I am also getting this every time I do an "ls -l" and there is a file whose permissions cause bash to color the file name.
tamhas (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Thomas
 
The administrator has disabled public write access.  
#955
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
Thomas,

I've been thinking about this and it sounds like you've got the auto-ansi setting set to 'yes'. Look at Options->Properties->Global to check. When set to yes, the color mode will switch automatically to 'ANSI' when ANSI color data is received. Absolute then gets a little overly agressive in setting some other things (font, screen size). This is not new in 3.63, but it sounds like switching the auto-ansi to 'no' will help.

Future versions of Absolute will likely be less agressive about automatically setting these additional things, but when set to yes, the 'auto-ansi' feature will still switch to ansi mode when ansi color data is received.

Brian
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#956
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
Bang on! That was it.
tamhas (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Thomas
 
The administrator has disabled public write access.  
#957
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
Glad to hear it!

Brian
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#958
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
It would be nice, however, to do something about that "aggression"!
tamhas (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Thomas
 
The administrator has disabled public write access.  
#959
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
It's already done. In the next version, 'auto-ansi' will ONLY change the color setting. I always have to try to remember to strike a balance between building in 'smarts' into the application (to do things for users who don't know what they're doing) and allowing users to have full control.

Inevitably, trying to make the application smart will get in the way of those who don't want it to be done that way. That is why the auto-ansi option is configurable.

Equally inevitable will be the complaints that are yet to come from users who want the auto-ansi put back the way it was!!!

Oh well... We'll see...

Brian
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#960
Re: 3.63 problems with screen colors etc. 19 Years, 2 Months ago  
I find it difficult to see that overriding/forgetting the font; changing the font size, and changing the number of lines in the window is a virtue, simply because one has encountered one of the most common color codings in use.
tamhas (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Thomas
 
The administrator has disabled public write access.  
Go to top