]> git.mdlowis.com Git - projs/tide.git/commit
fetch now tracks launch commands and continues if a ruleset does not contain a launch...
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 19 Nov 2019 03:24:27 +0000 (22:24 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 19 Nov 2019 03:24:27 +0000 (22:24 -0500)
commit65a9efd4fb6f5d33f8b557d78ac84f88f70480e5
treef7cf06d63563b3a34f4fa3a73adc3959f7fba758
parente1ab8e58a52a6ced3a6190d6994a3901bc532666
fetch now tracks launch commands and continues if a ruleset does not contain a launch command. This allows rule files to set vars to be used by rules that follow. Additionally, this commit has a first pass at bidirectional shell comm with tracking of output lcoation, input range, and selection. It's buggy still, but it's a start towards an editable terminal like 9term
inc/edit.h
src/fetch.c
src/lib/buf.c
src/lib/xpty.c
src/tide.c