- May 04, 2020
-
-
echicken authored
If the calling script passes a mouse_getkey value, scroll up/down while hovering over tree frame moves lightbar up/down click on an item to select it (need to test with a scrolled tree)
-
rswindell authored
When viewing, default to view the next file. Support a "petscii_graphics=true" setting for displaying PETSCII files that use the Upper/Graphics character set rather than the Upper/Lower character set but lack the control code to switch the mode. Trim whitespace off the end of paths.
-
rswindell authored
buffer.
-
rswindell authored
When inkey() receives an ANSI escape sequence it doesn't need to consume, put the consumed characters into the keyboard buffer *ahead* of whatever else is in the keyboard buffer already. Uses new ungetkey() insert mode option.
-
rswindell authored
Don't include the target link in the Seenby's included in the generated .tic file.
-
echicken authored
-
echicken authored
-
rswindell authored
The temporary pause toggle command (Ctrl-O) is now stored in the sbbs_t::console member so re-loads of the user-record (due to external changes) won't seemingly-randomly toggle off the user's temp toggle.
-
echicken authored
Hit a skill key, then click on a lemon to assign the skill. (You can also click on nuke, help, pause, quit (I think) during play and it will do the thing.) Changed keyboard controls: Now you must hit a skill key to select the current skill, then put the cursor over a lemon and hit enter or space to assign the skill. The help screen still needs to be updated.
-
rswindell authored
Oops. This is an important field too (set to 0x0020). Reported by Ragnarok, thanks!
-
rswindell authored
TypeError: addr.flo_outbound is not a function
-
- May 03, 2020
-
-
deuce authored
-
deuce authored
Fixes https://sourceforge.net/p/syncterm/tickets/10/ as well as various color corruption issues in offline scrollback that date back to the sixel "stuff"
-
deuce authored
-
deuce authored
https://sourceforge.net/p/syncterm/tickets/8/ and https://sourceforge.net/p/syncterm/tickets/9/ font_control() has been broken for some time, and is now fixed (and works in curses mode now). Paste needs to convert to the current codepage... it was actually pasting UTF-8.
-
rswindell authored
Assume the characters in the ungetkey-buffer are ASCII. This fixes the problem with getstr(..., K_AUTODEL) and PETSCII terminals, reversing the case (capitalization) of the first character typed.
-
deuce authored
-
rswindell authored
Fix issue reported by Mark Lewis: trim trailing white-space off of each area manager request line. If the requester included any trailing white-space, the commands would not be recognized, e.g.: !Unrecognized area-tag or command on 1:3634/12: '+BACKBONE '
-
deuce authored
command-line arguments to all connections.
-
deuce authored
Only set values in the bbs structure if it's actually there.
-
deuce authored
sourceforge. https://sourceforge.net/p/syncterm/feature-requests/13/ This also addresses request 14 https://sourceforge.net/p/syncterm/feature-requests/14/ And disables uifc during startup.
-
deuce authored
means.
-
rswindell authored
After displaying a native PETSCII (.seq) file, reset the character set to Upper/Lower for compatibility with the rest of the BBS (some PETSCII Art files change the character set to Upper/Graphics).
-
rswindell authored
When a user sends an ANSI escape sequence (like say, an arrow key), don't set the persistent ANSI flag in their user record. Setting the flag in the auto-terminal detection value should be enough.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
but the mapping wasn't.
-
- May 02, 2020
-
-
rswindell authored
argument has type 'int' So a (ushort&ushort) == int? That makes no sense.When in doubt, typecast!
-
deuce authored
-
deuce authored
-
rswindell authored
Resolve warning: comparison of array 'client->host' not equal to a null pointer is always true in Clang
-
deuce authored
get_term_win_size() which is now used by SSH and PTY methods. Telnet will use it as a fallback in case the negotiation occurs before the terminal is initialized.
-
deuce authored
Resolves bug #5 https://sourceforge.net/p/syncterm/tickets/5/
-
deuce authored
with extended palettes.
-
deuce authored
This likely breaks the forced mono thing.
-
deuce authored
They don't fix any problems, and likely nothing will use this code.
-
deuce authored
-