이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
cacalabs
/
neercs
의 미러
https://github.com/cacalabs/neercs.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
neercs: disable some non-working code on Win32 so that we at least build properly.
master
Sam Hocevar
12 년 전
부모
1e4b5ca759
커밋
c459ba4a5d
3개의 변경된 파일
과
10개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
neercs/old/input.c
+5
-0
neercs/old/server.c
+3
-0
neercs/old/term.c
+ 2
- 0
neercs/old/input.c
파일 보기
@@ -76,6 +76,7 @@ int handle_command_input(struct screen_list *screen_list, unsigned int c)
{
int refresh = 0;
#if !defined _WIN32
debug("Key %x\n", c);
screen_list->changed = 1;
@@ -191,6 +192,7 @@ int handle_command_input(struct screen_list *screen_list, unsigned int c)
break;
#endif
}
#endif /* _WIN32 */
return refresh;
}
+ 5
- 0
neercs/old/server.c
파일 보기
@@ -683,4 +683,9 @@ long long get_us(void)
return (tv.tv_sec * (1000000) + tv.tv_usec);
}
#else
/* FIXME: unimplemented */
long long get_us(void) { return 0; }
int send_ansi_sequence(struct screen_list *screen_list, char *str) { return 0; }
#endif
+ 3
- 0
neercs/old/term.c
파일 보기
@@ -136,5 +136,8 @@ int update_terms(struct screen_list *screen_list)
return refresh;
}
#else
/* FIXME: unimplemented */
int set_tty_size(int fd, unsigned int w, unsigned int h) { return 0; }
#endif
쓰기
미리보기
불러오는 중...
취소
저장