migueldeicaza / XtermSharp

XTerm emulator as a .NET library
MIT License
161 stars 34 forks source link

Mac support #39

Closed sgmunn closed 4 years ago

sgmunn commented 4 years ago

basic support for scrolling, selection and copy+paste. there are several issues that should be resolved before this is merged, most significantly what to do with tabs and newlines when copying as these are not present in the buffer currently. there are a set of smaller "polish" items that I think should be done as well.

Voice over will be a different PR.

sgmunn commented 4 years ago

I fixed a minor rendering glitch with emoji's, so that they are presented now but the width calculation is off. I am not going to worry about that too much because xterm itself still has issues rendering and calculating widths correctly (see below)

Screen Recording 2020-02-04 at 03 34 PM

sgmunn commented 4 years ago

https://share.getcloudapp.com/geu2x7NZ

this is ready enough now.