commit e60d5cb59c9d41b0de2825a9078db5e381ea0e13 parent 96b1f3137ff81123ff95d178d89b926d0af7bde3 Author: Steve Ward <planet36@gmail.com> Date: Sun, 9 May 2021 17:02:19 -0400 Update link to dvtm code Diffstat:
M | st.suckless.org/patches/newterm/index.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.suckless.org/patches/newterm/index.md b/st.suckless.org/patches/newterm/index.md @@ -5,7 +5,7 @@ This patch allows you to spawn a new st terminal using Ctrl-Shift-Return. It will have the same CWD (current working directory) as the original st instance. The `getcwd_by_pid` function is inspired on [the function with the same name of -dvtm](https://github.com/martanne/dvtm/blob/master/dvtm.c#L1027). +dvtm](https://github.com/martanne/dvtm/blob/master/dvtm.c#L1036). Download --------