Hi
First of all, thanks for this amazing project, having a powerful xterm-like terminal as a chrome extension is a brilliant idea.
I currently use vcxsrv(nice xorg port for windows) with urxvt for interacting my development virtualbox. I have been trying to migrate all my urxvt settings to hterm but got stuck on a few problems:
- Font doesn't look sharp and also appear thicker than in urxvt(like it was bold)
- Integration with x11 selection. I currently use the 'xsel' command to access to the windows clipboard through vcxsrv(I use it with tmux and vim). I know reading from clipboard is a security risk but this is not a problem when using a virtual machine in the local computer.(Though I can probably work around this issue using the terminal escape sequences which write to the clipboard and pasting to the terminal only when in insert mode)
- Not italic escape sequences. This is nice for highlighting comments in vim.
- No clickable url links.
I have attached two screenshots comparing the same tmux session from both terminals. I believe the better font sharpness issue may be related to the last settings in
my xresources file used to configure urxvt but I'm unsure on how to convert it to hterm.
Any help will be appreciated. Thanks
Thiago.