Note state mutability
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
732ca785d37895ab56bc4fa433acf98fe7b2bb6c- Parents
-
286ab78 - Tree
264d452
732ca78
732ca785d37895ab56bc4fa433acf98fe7b2bb6c286ab78
264d452| Status | File | + | - |
|---|---|---|---|
| M |
README.md
|
4 | 0 |
README.mdmodified@@ -160,6 +160,10 @@ That is the baseline verification command locally and in CI. | ||
| 160 | 160 | - focused on editing state and library ergonomics, not full shell implementation |
| 161 | 161 | - terminal-mode control should stay in a future companion package |
| 162 | 162 | |
| 163 | +## Notes | |
| 164 | + | |
| 165 | +- `lineedit_state` is a public Fortran type, so callers can mutate fields directly. The helper procedures are the safer path when you want cursor, history, completion, and render-state invariants to stay aligned. | |
| 166 | + | |
| 163 | 167 | ## License |
| 164 | 168 | |
| 165 | 169 | MIT |