blun-king-cli 2.6.2 → 2.6.3

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/bin/blun.js +1 -0
  2. package/package.json +1 -1
package/bin/blun.js CHANGED
@@ -2637,6 +2637,7 @@ async function main() {
2637
2637
  inputBuffer = "";
2638
2638
  cursorPos = 0;
2639
2639
  menuSelected = 0;
2640
+ uiStartRow = -1; // reset so drawUI doesn't try to erase old content
2640
2641
  processing = false;
2641
2642
  drawPrompt();
2642
2643
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "BLUN King CLI — Premium KI Console",
5
5
  "bin": {
6
6
  "blun": "./bin/blun.js"