Reid Thompson wrote:
steven woody wrote:
splitvt is tool which can split terminal screen into two part and let
you run commands independently in each of parts. it is so handy when
you want to do something on a program and see response of another
program.
i compiled splitvt with no error. but when i run it, it did not split
the screen, just halt on the command prompt.
is there any help?
--
woody
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
see screen. pretty sure it compiles OOTB.
$ screen
CTRL-a S
CTRL-a <tab>
CTRL-a c
CTRL-a <tab>
CTRL-a <tab>
CTRL-a X
$ exit
sorry left out one step above
> $ screen
>
> CTRL-a S
> CTRL-a <tab>
> CTRL-a c
> CTRL-a <tab>
> CTRL-a <tab>
$ exit
> CTRL-a X
>
> $ exit
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/