Add mapping for PF keys on 3278-2 with APL keyboard#4
Open
hanshuebner wants to merge 24 commits intolowobservable:masterfrom
Open
Add mapping for PF keys on 3278-2 with APL keyboard#4hanshuebner wants to merge 24 commits intolowobservable:masterfrom
hanshuebner wants to merge 24 commits intolowobservable:masterfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SSL sockets buffer decrypted data internally, but select() only monitors the underlying OS file descriptor. When a TLS record spans multiple recv() calls, the remaining data sits in SSL's internal buffer invisible to select(), causing long delays until the next network event. Check SSLSocket.pending() before falling back to select() so buffered SSL data is processed immediately. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add ä/ö/ü/Ä/Ö/Ü mappings to CHAR_MAP using the GE/APL character plane (0x50-0x54 lowercase, 0x70-0x74 uppercase). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Creates /dev/ttyCoax symlink based on USB serial number. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add --keyboard-language option (us/de) for 3278 keyboards. The DE variant remaps the number row shifted keys, umlauts on ä/ö/ü keys, ß, § and other German-specific key positions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Display encryption status and hostname on the terminal status line during TN3270 sessions. Add --no-hostname-status option to suppress the hostname display. Pad OEC indicator to full status line width. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add --log-level command line option (debug/info/warning/error) to control logging verbosity. Add debug log messages for alarm queuing and delivery to help diagnose buzzer issues on physical terminals. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
No description provided.