OSDN Git Service

Add regex search on the thread title view and the res view
authorAkira <akohta001@gmail.com>
Fri, 18 Oct 2013 17:57:40 +0000 (02:57 +0900)
committerAkira <akohta001@gmail.com>
Fri, 18 Oct 2013 17:57:40 +0000 (02:57 +0900)
commitb075088def7f0a5541444d0a38473071290af77a
tree44d012d246a7a53153a2e7cc1aa2af8a87c616a5
parent380099e6b87c5eb42163bb800c3591bbb31b9883
Add regex search on the thread title view and the res view
Add refresh command(r) on the thread title view and the res view
Fix cookie bug that caused message write fail.
20 files changed:
Makefile
README
help.txt
src/_2ch/maru_2ch.c
src/env.c
src/inc/env.h
src/inc/error.h
src/inc/nt_string.h
src/inc/ui/disp.h
src/inc/ui/disp_win.h
src/inc/utils/db.h
src/main.c
src/net/nt_cookie.c
src/net/nt_http.c
src/net/nt_http_response_header.c
src/ui/disp_reslist.c
src/ui/disp_string.c
src/ui/disp_threadlist.c
src/ui/disp_win.c
src/utils/nt_std_t.c