Fix Tedit tabs, marginbar, object selection, bravo page numbers#2678
Open
rmkaplan wants to merge 2 commits into
Open
Fix Tedit tabs, marginbar, object selection, bravo page numbers#2678rmkaplan wants to merge 2 commits into
rmkaplan wants to merge 2 commits into
Conversation
Member
|
I haven't noticed anything unusual in my initial testing on Linux Mint 22.1 Cinnamon. |
Contributor
|
I have an idea that the caret blinks via a TTYBACKGROUNDFNS thing- I’d start looking there for any ideas about how to synchronize with it coming down |
Contributor
Author
|
TTYBACKGROUNDFNS does have the \CARET.FLASH?, but Tedit seems to run its own (in \TEDIT.COMMAND.LOOP). I think that's because it is causing the caret to flash where the typein is visible in all the panes of a split window (even though menus are presumably never split)
The toggle buttons are interpreted in the mouse process (\TEDIT.BUTTONEVENTFN) while the caret is being flashed in the Tedit process. I think I tried having the button give the TTY back to the main window before it did anything else, but that didn't help.
… On Jun 29, 2026, at 5:50 AM, Nick Briggs ***@***.***> wrote:
nbriggs
left a comment
(Interlisp/medley#2678)
<#2678 (comment)>
I have an idea that the caret blinks via a TTYBACKGROUNDFNS thing- I’d start looking there for any ideas about how to synchronize with it coming down
—
Reply to this email directly, view it on GitHub <#2678?email_source=notifications&email_token=AQSTUJKCQUJTR767T3LME7D5CJQXVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBTGI3TQMBXGE42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4832780719>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJK4ZXA54BI22D6YHVD5CJQXVAVCNFSNUABFKJSXA33TNF2G64TZHMZDQMJVGE4TSNRUHNEXG43VMU5TINZWGU4DONZVHE3KC5QC>.
You are receiving this because you authored the thread.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This addresses the following issues:
This also includes code for doing page numbers by means of a page number image object in an ordinary heading paragraph. As a first step, I am trying this more flexible strategy for page numbers created by the bravo converter, so as not to muck up any existing files--that comes later.
There is one menu glitch that I have not been able to figure out. If the caret is blinking in a menu input field (say the name of a font family) and you click on one of the other buttons at just the wrong time, you will see the caret stuck on the screen. The button needs to wait until the caret is down before it grabs control, or it needs to force it down--any suggestions on how to do that?