| 2591 | /************************* nh_poskey *******************************/ |
| 2592 | |
| 2593 | void |
| 2594 | mar_set_margin(int m) |
| 2595 | { |
| 2596 | Max(&m, 0); |
| 2597 | Min(&m, |
| 2598 | min(ROWNO, COLNO)); /* MAR 16.Mar 2002 -- the larger the less sense */ |
| 2599 | scroll_margin = m; |
| 2600 | } |
| 2601 | void |
| 2602 | mar_cliparound() |
| 2603 | { |
no outgoing calls
no test coverage detected