Readline interface: Difference between revisions

Content added Content deleted
m (→‎{{header|Ruby}}: added comment)
m (→‎{{header|REXX}}: added whitespace.)
Line 337: Line 337:
return ccc</lang>
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).
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).
<br>The &nbsp; '''LINESIZE.REX''' &nbsp; REXX program is included here ──► [[LINESIZE.REX]].<br>
<br>The &nbsp; '''LINESIZE.REX''' &nbsp; REXX program is included here &nbsp; ──► &nbsp; [[LINESIZE.REX]].<br>


Some older REXXes don't have a '''changestr''' BIF, so one is included here ──► [[CHANGESTR.REX]].
Some older REXXes don't have a '''changestr''' BIF, so one is included here ──► [[CHANGESTR.REX]].
<br><br>
<br><br>
'''output''' showing a sample session
'''output''' &nbsp; showing a sample session:
<pre style="height:120ex">
<pre style="height:120ex">
Enter command ──or── ? ──or── Quit
Enter command ──or── ? ──or── Quit
Line 486: Line 486:


{{omit from|GUISS}}
{{omit from|GUISS}}

=={{header|Ruby}}==
=={{header|Ruby}}==
This application provides auto-completion for these commands: ''search download open help history quit url prev past''.
This application provides auto-completion for these commands: ''search download open help history quit url prev past''.