fortrangoingonforty/fgof-lineedit / 732ca78

Browse files

Note state mutability

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
732ca785d37895ab56bc4fa433acf98fe7b2bb6c
Parents
286ab78
Tree
264d452

1 changed file

StatusFile+-
M README.md 4 0
README.mdmodified
@@ -160,6 +160,10 @@ That is the baseline verification command locally and in CI.
160160
 - focused on editing state and library ergonomics, not full shell implementation
161161
 - terminal-mode control should stay in a future companion package
162162
 
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
+
163167
 ## License
164168
 
165169
 MIT