Re: JOE 1.0.0 IS FINALLY DONE

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joseph H Allen
Date: Wednesday, November 25, 1992 - 3:18 am

In article <1992Nov25.023356.29436@tous.oau.org> rbt@tous.oau.org (Robert B. Tate) writes:


You can make a shell script which calls joe:

  stty stop ^-
  stty start ^-
  setenv DOPADDING 1
  joe $*
  stty stop ^S
  stty start ^Q

This won't work on all systems though, you can't always disable ^S/^Q 
because you might be going through a terminal server.

I'm not sure how safe this is to do, but I could try to have joe disable 
start/stop only while it's waiting for input.  It wouldn't be perfect since 
you wouldn't be able to type ahead these characters while the screen is 
being updated.

Also, if you just need to enter a Ctrl-S into the file, just hit ` s (Joe's 
quoting mechanism translates @ - _, a - z, and ?  into the corresponding 
ctrl chars) 
-- 
/*  jhallen@world.std.com */     /* Amazing */            /* Joseph H. Allen */
int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0)
+r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2
]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: JOE 1.0.0 IS FINALLY DONE, Joseph H Allen, (Wed Nov 25, 3:18 am)