Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement toclip-alike winoldap support #88

Open
stsp opened this issue Mar 19, 2024 · 4 comments
Open

implement toclip-alike winoldap support #88

stsp opened this issue Mar 19, 2024 · 4 comments

Comments

@stsp
Copy link
Member

stsp commented Mar 19, 2024

Can use middle mouse button for pasting.

@stsp
Copy link
Member Author

stsp commented Mar 19, 2024

Can use middle mouse button for pasting.

Or not, as the clipboard rarely
contains the command.com's
commands to paste into a cmd
buffer.
It might be better to implement
something like "toclip" tool
inside comcom64.

@stsp stsp changed the title implement winoldap support implement toclip-alike winoldap support Mar 19, 2024
stsp added a commit that referenced this issue Aug 30, 2024
@severach
Copy link

Clipboard support won't be of much use if the DOS output is LF terminated. Is there a way to get write(STDOUT_FILENO,...) to convert LF -> CRLF or do I need to include my toclip code? Seems that read(STDIN_FILENO...) is already performing CRLF->LF so I don't need to do that.

I have simple code done. How much of toclip should I implement?

@stsp
Copy link
Member Author

stsp commented Sep 22, 2024

Hmm I suspect this should be
implemented in dosemu2, not here,
to match windows behavior.

I have simple code done. How much of toclip should I implement?

Read and write, not much.

@stsp
Copy link
Member Author

stsp commented Sep 22, 2024

Added crlf conversion, please test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants