orig_c           2780 src/editor/edit.c         int c, orig_c;
orig_c           2790 src/editor/edit.c         orig_c = c = edit_buffer_get_byte (&edit->buffer, p);
orig_c           2815 src/editor/edit.c         else if ((c < 32 || c == 127) && (orig_c == c || (!mc_global.utf8_display && !edit->utf8)))