version 1.4, 2010/04/23 05:34:05 |
version 1.6, 2012/05/14 12:52:08 |
Line 164 init_edit_params () |
|
Line 164 init_edit_params () |
|
set_var ("editmode", "emacs"); |
set_var ("editmode", "emacs"); |
} |
} |
|
|
set_var ("showhist", itoa (lines - 1)); |
sprintf (sbuf, "%d", lines); |
|
set_var ("showhist", sbuf); |
|
|
/* |
/* |
* Read startup file |
* Read startup file |
Line 287 initEmacsBindings (cft, aft) |
|
Line 288 initEmacsBindings (cft, aft) |
|
* Main function of front end program |
* Main function of front end program |
*/ |
*/ |
CHAR * |
CHAR * |
getline() |
mygetline() |
{ |
{ |
int c; |
int c; |
CHAR *execute_command, *check_alias(); |
CHAR *execute_command, *check_alias(); |