Commit Graph

2822 Commits (a4d581794017dc873ede3b702b38d169b7c991c6)
 

Author SHA1 Message Date
joseLuís a4d5817940 rust: cargo clippy alias 4 years ago
nick black 90e98ada07
wcwidth PoC: accept command line args 4 years ago
nick black 268e3b8742
term_esc_rgb: restructure for compiler warnings #913 4 years ago
nick black bee9036515
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black 0917867d62
demo summary: purge extraneous space in title column 4 years ago
joseLuís 18f90e394c rust: +22 cell functions 4 years ago
nick black d3cac57d03
fallin': copy styles/colors from old display #909 4 years ago
nick black d523b41200 utf8_egc_len: work around treacherous wcwidth #903 4 years ago
José Luis Cruz 237e5b7bc0
Merge pull request #907 from dankamongmen/joseluis-patch-1
proposal to remove the comment and update the type
4 years ago
José Luis Cruz c4498e485e
proposal to remove the comment and update the type
Maybe the type may reflect that it's not supposed to be a long now.

Although for what I've learnt about C, in practice it will probably still be a long. And I can't be sure whether in some platforms where it will indeed be a short the code will keep compiling, so maybe it's safer just to remove the outdated comment, or whatever you decide.

I'm just finding things while I work in the bindings =) And I was surprised to learn about the little guarantees C gives regarding the types sizes...
4 years ago
nick black 86454f1b0a
mojibake: move more 2-to-1s to the end #903 4 years ago
nick black 74537f0848
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black 60fceb877f
mojibake: clean up excess chars #903 4 years ago
joseLuís 6cfd3d6ad7 rust: fix clippy compat with bindgen
and fix a couple of lints in plane.rs
4 years ago
joseLuís 4b9a8d130f Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
joseLuís b1b8400165 rust: +8 plane functions; refactor 4 years ago
joseLuís a5fecf021e rust: update cells code 4 years ago
joseLuís 4382487652 rust: update example 4 years ago
nick black a64433afe2 init_lang(): take struct notcurses, not verbose flag #888 4 years ago
nick black bcff36ac77 hoist out init_lang(), call from ncdirect #888 4 years ago
nick black 6d62470032
zoo demo: feed ncplane_puttext() atomic words #897 4 years ago
nick black 1a0d28d8d0
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black 26ea0b3785
dirgb PoC: throw in some italics 4 years ago
joseLuís 8eefeb2a73 rust: fix builder rerun condition 4 years ago
nick black 03cff6b7fd USAGE: update ncplane_putsimple_yx() definition 4 years ago
nick black a2c95814b7 Remove cell_simple_p()
Get notcurses-tetris working again, since its collision
detection relied on simple vs non-simple EGCs, which are
no longer an operative concept. Closes #899.
4 years ago
nick black 49ae79341d
v1.6.15 4 years ago
nick black 7933f2baa7
dispose of 1.6.14. PYTHHHHHONNNN 4 years ago
joseLuís 6a19d31bd9 Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
joseLuís ccac3d033e rust: update types 4 years ago
nick black d24ad003bf
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black 5d1adda150
python: notcurses.py needs stylemask, not attrword 4 years ago
joseLuís 59546eaf40 rust: update dependency cstr_core; fixes #898 4 years ago
nick black 9e6e884a49
release.sh: correctly switch directory to python 4 years ago
nick black dc99d56ac1
v1.6.14 4 years ago
nick black 18d79c195d
python: get us linking once more... 4 years ago
nick black 5ade4b1f1e
notcurses_plane.3: remove ncplane_styles() 4 years ago
nick black f2dce8ab3f
update docs for tabletcb from ncreel 4 years ago
nick black ddcb5ca60c
release.sh: only one level of rust 4 years ago
nick black e897de3700
v1.6.13 4 years ago
nick black 0f2bb4efc6
wide tests: remove netinet/in.h 4 years ago
nick black c878d0b5ea
python: add ncplane_set_attr() 4 years ago
nick black 202b88615f
kill ncplane_styles(), duplicates ncplane_attrs() 4 years ago
nick black d57e1880e0
demo: free up menu on exit 4 years ago
nick black 4bc808404a
ncmenu_destroy(): free short descriptions 4 years ago
nick black 666bdb5fda
ncreel unit tests: call ncreel_destroy() 4 years ago
nick black dee27be3c2
highcon: silence scan-build warning 4 years ago
nick black 78803f8c1d
ncmultiselector: support pgup/pgdown #862 4 years ago
nick black cdec910d7e
bulk up notcurses_selector.3 man page #862 4 years ago
nick black 02fb9b078f
ncselector: implement pgup/pgdown #862 4 years ago