freebuff 0.0.117 → 0.0.118

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -26,6 +26,8 @@ const SAFE_TERMINAL_RESET_SEQUENCES =
26
26
  '\x1b[?1006l' + // Disable SGR extended mouse mode
27
27
  '\x1b[?1004l' + // Disable focus reporting
28
28
  '\x1b[?2004l' + // Disable bracketed paste mode
29
+ '\x1b[<u' + // Pop kitty keyboard protocol flags
30
+ '\x1b[>4;0m' + // Reset modifyOtherKeys
29
31
  '\x1b[?25h' // Show cursor
30
32
 
31
33
  const FULL_TERMINAL_RESET_SEQUENCES =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freebuff",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "description": "The world's strongest free coding agent",
5
5
  "license": "MIT",
6
6
  "bin": {