dvtm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0750c18c3831147b07272b25cc560636b7f56417
parent bb19be7f72d09ecb19ccae4920c1714cf078e128
Author: AndrewLockVI <andrew@laack.co>
Date:   Sat, 22 Feb 2025 15:27:52 -0600

Updated dvtm to support attaching new windows next to focused one

Diffstat:
Mdvtm.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dvtm.c b/dvtm.c @@ -1103,6 +1103,8 @@ create(const char *args[]) { attach(c); focus(c); arrange(); + zoom(NULL); + focus(c); } static void