Mike Frysinger
Mike Frysinger
it's news to me that hterm automatically underlines links :) maybe you're thinking of [OSC-8](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) instead ? ctrl+click does work in the latest hterm though.
it's hard to guess at what you're trying to do exactly. did you hold Ctrl down before clicking?
sounds like you turned on tmux's mouse mode
my point is, if you've turned on mouse mode, then hterm should not be hijacking ctrl+mouse for its own use. your clicks (including key modifiers) are sent to the remote...
> didn't know it even still worked outside of Chrome OS app syncing is fun. if you have it already installed, Chrome won't uninstall it on you because that'd upset...
window manipulation operations are not supported currently in hterm. i've filed https://crbug.com/840217 to track.
i wrote a python script that might simplify things: https://chromium-review.googlesource.com/c/apps/libapps/+/843816/1/libdot/bin/plugin-to-platform-specific.py once the manifest & nexe's have been created, run it against the app output dir: ``` $ .../plugin-to-platform-specific.py --output $OUTPUT/_platform_specific...
easiest might be to wait for the [scrollback limit patch](https://chromium-review.googlesource.com/807750) to land and then use `terminal.setScrollbackLimit(-1)` to disable the buffer
the documentation lives in the code itself: https://chromium.googlesource.com/apps/libapps/+/master/hterm/js/hterm_preference_manager.js in nassh, the preference editor page displays that text for each option when you highlight it. wrt character-map-overrides, since mosh is pure...
looks like in current mosh-chrome, the same documentation is exposed there. so in the Preferences page, just mouse over the setting you want info on and wait for the tooltip...