summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org29
1 files changed, 15 insertions, 14 deletions
diff --git a/todo.org b/todo.org
index ca27c4b..135dd7e 100644
--- a/todo.org
+++ b/todo.org
@@ -1,19 +1,5 @@
ST Patches
* ST Patches Open Work
-** DOING [#A] scrollback and reflow
-https://st.suckless.org/patches/scrollback/
-
-
-Scroll back through terminal output using Shift+{PageUp, PageDown}.
-https://st.suckless.org/patches/scrollback/st-scrollback-0.8.5.diff
-Apply the following patch on top of the previous to allow column and row reflow.
-https://st.suckless.org/patches/scrollback/st-scrollback-reflow-20230607-211964d.diff
-Apply the following patch on top of the previous to allow scrolling using Shift+MouseWheel.
-https://st.suckless.org/patches/scrollback/st-scrollback-mouse-20220127-2c5edf2.diff
-Apply the following patch on top of the previous two to allow scrollback using mouse wheel only when not in MODE_ALTSCREEN.
-https://st.suckless.org/patches/scrollback/st-scrollback-mouse-altscreen-20220127-2c5edf2.diff
-
-
** TODO [#A] Backspace key sends BS; delete key send DEL
st-delkey-20201112-4ef0cbd.diff
** TODO [#A] prefers system (browser) clipboard instead of terminal clipboard
@@ -64,4 +50,19 @@ st-rightclickpaste-0.8.2.diff
st-focus-20200731-patch_alpha.diff
* ST Patches Completed
+** DONE [#A] scrollback and reflow
+*** 2023-07-23 @ 13:48:51 -0500 All patches applied successfully w/o issue
+*** Patch Links and Descriptions
+https://st.suckless.org/patches/scrollback/
+
+
+Scroll back through terminal output using Shift+{PageUp, PageDown}.
+https://st.suckless.org/patches/scrollback/st-scrollback-0.8.5.diff
+Apply the following patch on top of the previous to allow column and row reflow.
+https://st.suckless.org/patches/scrollback/st-scrollback-reflow-20230607-211964d.diff
+Apply the following patch on top of the previous to allow scrolling using Shift+MouseWheel.
+https://st.suckless.org/patches/scrollback/st-scrollback-mouse-20220127-2c5edf2.diff
+Apply the following patch on top of the previous two to allow scrollback using mouse wheel only when not in MODE_ALTSCREEN.
+https://st.suckless.org/patches/scrollback/st-scrollback-mouse-altscreen-20220127-2c5edf2.diff
+
* ST Patches Cancelled