@joule-sh/code-win32-x64 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -7
- package/bin/joule-daemon.exe +0 -0
- package/bin/joule.exe +0 -0
- package/bin/relay.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,12 +141,20 @@ directory. Model, mode and workspace are not part of what gets saved - they
|
|
|
141
141
|
are re-resolved fresh from the normal config chain on every launch. There is
|
|
142
142
|
no picker for older sessions yet, only the most recent one.
|
|
143
143
|
|
|
144
|
-
The terminal
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
reporting
|
|
149
|
-
|
|
150
|
-
|
|
144
|
+
The terminal leaves mouse reporting off, so selecting text with the mouse
|
|
145
|
+
works the way it does everywhere else: drag to select, copy with whatever your
|
|
146
|
+
terminal binds. PageUp/PageDown scroll the transcript.
|
|
147
|
+
|
|
148
|
+
Turning mouse reporting on hands the wheel to the transcript instead, and that
|
|
149
|
+
is the whole of what it buys - clicks and drags go to joule, which uses none of
|
|
150
|
+
them, so the cost is the selection. `/mouse on` switches it for the running
|
|
151
|
+
session and writes `"mouse": "on"` into `~/.config/joule-code/config.json`;
|
|
152
|
+
`/mouse off` puts it back, and `JOULE_CODE_MOUSE` overrides the file for a
|
|
153
|
+
single run. While it is on, hold Shift while dragging to select natively; this
|
|
154
|
+
bypasses mouse reporting in GNOME Terminal and Windows Terminal. iTerm2 uses
|
|
155
|
+
Option instead of Shift for this. Terminal.app has no modifier-key bypass at
|
|
156
|
+
all - turn off View > Allow Mouse Reporting (Cmd-R), select and copy, then turn
|
|
157
|
+
it back on.
|
|
158
|
+
|
|
151
159
|
Copying from a collapsed tool-output group only copies what is visible; the
|
|
152
160
|
rows hidden by the collapse are not part of the selection.
|
package/bin/joule-daemon.exe
CHANGED
|
Binary file
|
package/bin/joule.exe
CHANGED
|
Binary file
|
package/bin/relay.exe
CHANGED
|
Binary file
|