Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use paint for Line vertical scrolling #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shtirlic
Copy link
Contributor

@shtirlic shtirlic commented Oct 14, 2023

Due to unknown reasons, paintLine does not play nice with pseudo/cyr chars, using Paint fixes this.

image

Due to unknown reasons, paintLine does not play nice with pseudo/cyr chars, using Paint fixes this.
@shtirlic
Copy link
Contributor Author

shtirlic commented Oct 14, 2023

@vitaliy-aksyonov any ideas of the root case and why the full Paint fixes this?

@vitaliy-aksyonov
Copy link
Contributor

What is your environment? Which locale do you use? I have no issues with that when run in ru_RU.KOI8_R. All pseudographics displayed correctly.

@shtirlic
Copy link
Contributor Author

shtirlic commented Oct 14, 2023

+ CMD='/home/shtirlic/bin/golded -VV'
+ export LC_ALL=ru_RU.KOI8-R
+ LC_ALL=ru_RU.KOI8-R
+ export LANG=ru_RU.KOI8-R
+ LANG=ru_RU.KOI8-R

KDE Konsole

@shtirlic
Copy link
Contributor Author

shtirlic commented Oct 14, 2023

Also see this note in advanced config

// All pseudo-graphics symbols is replaced with ASCII symbols to
//  prevent garbage displaing of the tables & etc. This table may be used
// on Linux Xterm
;XlatCharSet CP866       KOI8-R      866_koiX.chs

maybe you are using this?

@vitaliy-aksyonov
Copy link
Contributor

Also see this note in advanced config

// All pseudo-graphics symbols is replaced with ASCII symbols to
//  prevent garbage displaing of the tables & etc. This table may be used
// on Linux Xterm
;XlatCharSet CP866       KOI8-R      866_koiX.chs

maybe you are using this?

Sorry for late reply. I don't use that conversion table and never seen such behavior. No matter if I use ssh and putty or linux console directly.
Could you please provide minimum config and steps to reproduce this issue?

@vitaliy-aksyonov
Copy link
Contributor

This have to be fixed by #80
Could you please test if it helps?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants