View Single Post
Old 18 May 2019, 21:33   #72
BastyCDGS
Registered User
 
Join Date: Nov 2015
Location: Freiburg / Germany
Age: 44
Posts: 200
Send a message via ICQ to BastyCDGS
Quote:
Originally Posted by FrodeSolheim View Post
Pushed a new commit which fixes clipboard sharing (and properly includes 1920x1080 uaegfx resolution).
Clipboard sharing works fine from Linux to Amiga, however from Amiga to Linux seems to add a CR instead of LF only. Copying from Devpac:
Code:
    moveq #0,d0
    rts
becomes pasted in Linux to bash as:
Code:
    moveq #0,d0

    rts
Guess some CR+LF conversion issue. Other way around just strips CR, which Linux doesn't care about.

Last edited by BastyCDGS; 18 May 2019 at 21:46.
BastyCDGS is offline  
 
Page generated in 0.04842 seconds with 11 queries