diff options
author | Oskar <[email protected]> | 2024-04-20 13:36:16 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-20 13:36:16 +0200 |
commit | a5b0a8dd423fd15d133645987f21a3e87f5fa606 (patch) | |
tree | bd1c7ee8aa77113b85be7309a58e4be2cc452fc6 | |
parent | c5620a6a1e46e8c08968ff4cf71cea5efa27b329 (diff) |
new_line is now very very efficient
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ TODO list. This is mostly so i can plan more granularly and remember small stuff i was working on last time and what i should prioritise first. This is not my overall big planning board. (1 highest prio, 10 lowest) -1 - Make new_line and remove_line_contents more efficient. Maybe allow specifying amount of lines to add so we dont need to call the function too many times. +1 - remove_line_contents more efficient. Maybe allow specifying amount of lines to add so we dont need to call the function too many times. |