You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The session file grew while reaching the first milestone with functions of various kinds:
FileIO: load, save
Linebuffer manipulation: add/remove char/line,...
Cursor positioning: move, change offset,...
Altough all functions work on the session structure it would be nice to split the functions across multiple files. Maybe it is useful to group topic related properties of the session struct into smaller structs which are defined inside the new files. Cursor position stuff for example.
The text was updated successfully, but these errors were encountered:
The session file grew while reaching the first milestone with functions of various kinds:
Altough all functions work on the session structure it would be nice to split the functions across multiple files. Maybe it is useful to group topic related properties of the session struct into smaller structs which are defined inside the new files. Cursor position stuff for example.
The text was updated successfully, but these errors were encountered: