jed-users mailing list

[2016 Date Index] [2016 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [jed-users] xjed STDIN?


yeah, it works with the console version:
some commands ... | jed -most
or
some commands ... | jed -f most_mode

but it looks like the xjed version explicitly turns off stdin read in JX_get_terminfo().
so you'd have to use a shell script to pipe into a temp file, then read that.
I also don't think there's any way to set the frame width. "SCREEN_WIDTH" is read-only.
.dram
-------- Original Message --------
From: framstag@xxxxxxxxxxxxxxxxxxxx

Is it possible to use xjed as a GUI pager for STDIN?
Something like:
some commands ... | xjed -most

[2016 date index] [2016 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]