This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2016:cprog:projects:cbf0 [2016/03/22 17:41] – [Sample output] wedge | haas:spring2016:cprog:projects:cbf0 [2016/03/22 19:56] (current) – [Unthrottled display (512 bytes)] wedge | ||
---|---|---|---|
Line 57: | Line 57: | ||
* error message should be of the form: **Error: Terminal height is less than 20 lines!** | * error message should be of the form: **Error: Terminal height is less than 20 lines!** | ||
* Unlike the width, the height can impact program output (taller terminals, if not otherwise throttled by a second command-line argument, can auto-expand if there is more room and data to display). | * Unlike the width, the height can impact program output (taller terminals, if not otherwise throttled by a second command-line argument, can auto-expand if there is more room and data to display). | ||
- | * If a second command-line argument | + | * The second command-line argument is a sizing throttle (controlling the number of lines your program will display). If a **0** is given, assume autosize (use the detected height to be your maximum in your calculations). |
* Display an ASCII header identifying the various fields (offset, hex, ascii), surrounded by dashed lines, running 79 characters in width. See below for more details. | * Display an ASCII header identifying the various fields (offset, hex, ascii), surrounded by dashed lines, running 79 characters in width. See below for more details. | ||
* Each row after the header will display: | * Each row after the header will display: | ||
Line 110: | Line 110: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ||
offset | offset | ||
Line 217: | Line 217: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
</ | </ | ||
- | {{: | + | {{: |
====ANSI escape sequences for color==== | ====ANSI escape sequences for color==== | ||
This probably isn't very portable, and depending on the terminal, it may not work for some people. | This probably isn't very portable, and depending on the terminal, it may not work for some people. |