-
Notifications
You must be signed in to change notification settings - Fork 17
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
[zti] cursor disappears when on an input field with underscores #77
Comments
Zti is trying to set the "blinking underline" cursor setting. Unfortunately, your terminal emulator does not seem to work well with such a cursor when it is on an underlined space. Maybe, instead, the "default" cursor should be used? Though the "blinking underline" was chosen so that it would be the same on all emulators - as opposed to letting the emulator choose what the "default cursor" should look like. |
Yeah, even if it was just something that lets me toggle between ZTI's setting and my default. |
After seeing the above screenshot, it made me realize that colors look off in the original screenshot. I'm not confident, but maybe if the colors get fixed, the cursor will become visible? @Christopher-Chappell, can you try |
that might just be how I set up my color settings, but I'll try it |
The white text menu bar might be related to the "tab to action bar choices" option in ISPF options. Turning it off changes the color of those items. I while back I went through on our development system and tried a few different color arrangements, switching blue / green / turquoise / white around to where I found the combination less jarring, and drew my attention to fields more easily. I eventually settled on the setting I have now, but I realize it's not default. |
@Christopher-Chappell, in cases where you see the cursor in zti, is it blinking? |
Yeah, it does blink after a couple seconds when the cursor is on top of any other character. I tried squinting at my screen when it's on top of an underline and it does not blink or change anything there. |
Just seeing this.. I get this too, when in 3.17. |
For example, from ISPF 3.4 you might see the following screen:
From zti, if the cursor is on top of one of the input fields, it is essentially invisible (at least with macos Terminal). I can turn on insert mode in order to see the cursor, or move it, but for some applications you need to turn on overtype mode in order to properly interact with those fields. I don't know if there is any way to make the cursor appear in these circumstances. I vaguely remember there being a crosshair option which may or may not be useful, but ideally I shouldn't need that to be able to see my cursor's position. Changing the cursor shape in Terminal settings also doesn't affect the appearance when in session, so I'm guessing that is to some extent controlled by zti.
The text was updated successfully, but these errors were encountered: