# vi test.c
skipping 2 old session files
reading test.c
read test.c, 6 lines, 79 chars
#include
int main() {
printf("Hello world!\n");
return 0;
Проблема фиксится на стороне программы "Terminal" сменой типа терминала с "xterm-color" на "vt100".
# vi test.c
skipping 2 old session files
reading test.c
read test.c, 6 lines, 79 chars
#include
int main() {
printf("Hello world!\n");
return 0;
No comments :
Post a Comment
Note: only a member of this blog may post a comment.