| 592 |
loop = 1; |
loop = 1; |
| 593 |
while (!SYS_server_exit && loop) |
while (!SYS_server_exit && loop) |
| 594 |
{ |
{ |
| 595 |
if (eof_exit > 0 && line_current >= display_line_total && display_line_total <= screen_row_total) |
if (eof_exit > 0 && line_current >= display_line_total) |
| 596 |
{ |
{ |
| 597 |
if (eof_exit == 1) |
if (eof_exit == 1) |
| 598 |
{ |
{ |
| 802 |
return ch; |
return ch; |
| 803 |
} |
} |
| 804 |
|
|
| 805 |
static int display_file_key_handler(int *p_key, DISPLAY_CTX *p_ctx) |
int display_file_key_handler(int *p_key, DISPLAY_CTX *p_ctx) |
| 806 |
{ |
{ |
| 807 |
switch (*p_key) |
switch (*p_key) |
| 808 |
{ |
{ |