Viewing profile — fpqc
fpqc
HN member- Joined
- Thu, Jun 02, 2016, 7:21 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About fpqc
No profile information was provided.
Recent public activity
-
comment
Comment #13551498
You can with the mouse as well. st doesn't support the OSC52 (Ms termcap) for setting the selection by this method, though I have an out-of-tree patch that does support it (also av…
-
comment
Comment #13551472
It depends ultimately on the terminal to support it though. Only Linux terminals that support it atm are xterm and (u)rxvt, and there is an out-of-tree patch for st that I made (th…
-
comment
Comment #13551451
In the latest git builds of tmux (with the latest terminfo db from ncurses), you can have clipboards propagate from remote tmux to local tmux (nested configuration) using the new O…
-
comment
Comment #13551351
I just added a feature to tmux-git that makes the tmux clipboard propagate up into higher clipboards for nested tmux. https://github.com/tmux/tmux/commit/4ede35c48c089abe3fca0d94..…