index
:
~wrmr/cbink
master
c bink client
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-08-30
fix gfx_draw_pic using byte count instead of width
wrmr
2025-08-29
improve user profile view a little
wrmr
2025-08-29
readme bump
wrmr
2025-08-29
very hacky user profile view (i key)
wrmr
2025-08-26
fix broken utf8 handling, add GFX_PFP_MAX_{LINES,COLS}
wrmr
2025-08-25
GFX_PFP_MARGIN; visually center post shorter than pfp
wrmr
2025-08-25
add pronouns
wrmr
2025-08-25
str_fmt %S specifier --- don't str_cat if s.n == 0
wrmr
2025-08-25
don't expand post height when opt.pfp_vis off
wrmr
2025-08-24
fix gcc error on signed stdc_leading_ones
wrmr
2025-08-24
add p and Tab to README
wrmr
2025-08-24
fix lack of padding around pfp
wrmr
2025-08-24
edit ~/.binkpfp with `p`!
wrmr
2025-08-24
stuff, TAB to toggle, move pfp.txt to ~/.bink/.client/pfp.txt
wrmr
2025-08-24
better pfps
wrmr
2025-08-24
clean up some stuff
wrmr
2025-08-24
add pfp (likely a bit broken), user cache
wrmr
2025-06-25
decided scrollbars aren't any good, more width logic changes
wrmr
2025-06-24
clean up color pair stuff with some x macros
wrmr
2025-06-24
%zu in tagline_set instead of %lu
wrmr
2025-06-24
todo: scrollbar!
wrmr
2025-06-24
clarify TaglineStatus type, update todo
wrmr
2025-06-24
tagline with three levels (ok, warn, err), post index profiling
wrmr
2025-06-24
pop todo item
wrmr
2025-06-24
comment shuffling
wrmr
2025-06-24
basically just some mild code organization/consistency tweaks
wrmr
2025-06-24
u/d and ^U/^D move only have a page
wrmr
2025-06-24
fix weird time travel behavior
wrmr
2025-06-24
add instructions about make PREFIX=...
wrmr
2025-06-24
make pages no larger than a screenful
wrmr
2025-06-23
allow more kinds of punctuation after $user in mentions
wrmr
2025-06-23
simplify and improve posts_gather() + posts_gather_from()
wrmr
no more chdir()! we weren't even reading those files then anyway, that happens after pruning the feed length to 200
2025-06-23
add building instructions
wrmr
2025-06-23
clean up wrap width and margins stuff a little
wrmr
2025-06-23
remove .gitconfig (mistook it for .gitignore lol)
wrmr
2025-06-23
add make to dependency list
wrmr
2025-06-23
ensure $HOME/.bink exists on startup
wrmr
2025-06-23
ignore vim .swp files
wrmr
2025-06-23
todo: check bink.py re. filename timestamp behavior
wrmr
2025-06-23
add .gitignore
wrmr
2025-06-23
add str_to_i64, include stdarg.h
wrmr
2025-06-23
drop required c version to c11
wrmr
2025-06-23
mv instead of cp on install
wrmr
2025-06-23
use Str for timestamp output
wrmr
2025-06-23
clarify the reason to shorten ctime() being to drop trailing newline
wrmr
2025-06-23
add todo
wrmr
2025-06-23
initial commit
wrmr