Readline interface: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: added a link to the LINESIZE.REX program.
Line 284:
end /*select*/
return ccc</lang>
This REXX program makes use of &nbsp; '''LINESIZE''' &nbsp; REXX program (or BIF) which is used to determine the screen width (or linesize) of the terminal (console).
Some older REXXes don't have a '''changestr''' bif, so one is included here ──► [[CHANGESTR.REX]].
<br>The &nbsp; '''LINESIZE.REX''' &nbsp; REXX program is included here ──► [[LINESIZE.REX]].<br>
 
Some older REXXes don't have a '''changestr''' bifBIF, so one is included here ──► [[CHANGESTR.REX]].
<br><br>
'''output''' showing a sample session
<pre style="height:120ex;overflow:scroll">
Enter command ──or── ? ──or── Quit
hel