Syncterm always goto X=0 Y=0 (of screen) when resize
Cross-platform BBS (ANSI) Terminal
Brought to you by:
deuce
Hi Deuce, I use ALT + right click to resize window regularly on my desktop (MATE on Debian)
When I do it with SyncTerm , the window moves until it reaches the beginning of the screen at position x=0 y=0
The expected thing is that he keeps his place
I attached a video to demonstrate the difference between a terminal window (mate-terminal) and the SyncTerm window
I don't know if it's a bug, but the behavior is not as expected.
Anonymous
Hrm, I don't think there's actually any code left that moves the window... since it's a long-standing issue (found in 1.0!), I suspect it may be related to "window gravity" which is something I never set and never learned what it was.
Hah, didn't notice this was SDL... reproduced and will look into it.
Looks like it was a weird interaction between marco and libSDL. Workaround committed to latest git, thanks for the report!