Commit 01ea423
Add REPL state initialization to fix first input issue
- Add throwaway readline() to clear REPL state before token input
- This prevents the first token paste from being interpreted as Julia code
- User just needs to press Enter once to initialize the input system
- Subsequent token input should work correctly without REPL interference
Fixes the "first paste goes to REPL" issue reported by user.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent ad28074 commit 01ea423
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
18 | 33 | | |
19 | 34 | | |
20 | 35 | | |
| |||
0 commit comments