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

question: fenrir and curses #61

Open
mtatton opened this issue Aug 29, 2022 · 1 comment
Open

question: fenrir and curses #61

mtatton opened this issue Aug 29, 2022 · 1 comment
Labels
bug glitch Does present wrong information

Comments

@mtatton
Copy link

mtatton commented Aug 29, 2022

Hello,

thank You very much for this program. I just wonder whether is there any support for fenrir and curses library. I have got several programs using curses programming library and it seems like fenrir starts to read from the top but while I press the insert key and Shift and letter K while having defined fenrirKey in the file:
/etc/fenrirscreenreader/settings/settings.conf
fenrirKeys=KEY_INSERT
the screen is not read but instead it redraws and puts the cursor in the top left corner.

Any hint would be appreciated. Thank You very much.

Attachment:
My system id Debian 11 and Python 3.10
Fenrir is installed from master branch.

@chrys87
Copy link
Owner

chrys87 commented Oct 21, 2024

fenrir does support any curses application. basically it doesnt matter how the output is created. fenrir analyses the output on the screen and gives a hard guess what to do. maybe if you have an appalication what creates some sort of bad behave it could be a situation what makes fenrir think something wrong. do you have a clear example?

a small tip: statusbars do often crazy stuff for fenrir as it makes your inputt look like a regular output or navigating looking like an input (as the content changes after an cursor move for example)

@chrys87 chrys87 added bug glitch Does present wrong information labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug glitch Does present wrong information
Projects
None yet
Development

No branches or pull requests

2 participants