-
Notifications
You must be signed in to change notification settings - Fork 71
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
FSED color matching & Delete issues #1622
Comments
Can you attach the relevant WWIV.INI or config for system colors? Thanks! :) |
The system colors in wwiv.ini should not matter, the lower divider line should match whatever system colors we select as the default for all users who login as "new" to the sytem, should it not? |
On Sat, Sep 28, 2024 at 11:24:04AM -0700, The Godfather wrote:
The system colors in wwiv.ini should not matter, the lower divider line should match whatever system colors we select as the default for all users who login as "new" to the sytem, should it not?
They shouln't. However, I want to be able to replicate the conditions to reproduce the bug on my system.
|
Hi again... they shouldn't matter, but to help me find what exact code lines aren't working properly, I need something to help identify what conditions make the bug visible. Otherwise, I have to try changing a lot of WWIV.INI settings. I have identified the block of code where I should be looking, but need your input to be able to track which specific lines aren't working properly. For reference, I've narrowed the search for the bug to common/full_screen.cpp in the FullScreenView::DrawBottomBar() function. |
;============================================================================= |
FSED's top divider / window lines do not match once system colors have been modified to the SysOps desired appearance. See preview.
Also, when moving arrows to edit text the delete key is backspacing (deleting text to the left of the cursor) from the point of cursor position as opposed to deleting the text to the right of the cursor. I've only tested this in Netrunner.
The text was updated successfully, but these errors were encountered: